mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
WS cleanup, remove extraeneous spaces
This commit is contained in:
parent
b6a626d8d9
commit
62394258da
@ -134,7 +134,7 @@ public:
|
||||
DocumentClass const & documentClass() const;
|
||||
/// \return A pointer to the DocumentClass currently in use: the BaseClass
|
||||
/// as modified by modules.
|
||||
DocumentClassConstPtr documentClassPtr() const;
|
||||
DocumentClassConstPtr documentClassPtr() const;
|
||||
/// This bypasses the baseClass and sets the textClass directly.
|
||||
/// Should be called with care and would be better not being here,
|
||||
/// but it seems to be needed by CutAndPaste::putClipboard().
|
||||
|
@ -631,7 +631,7 @@ bool multipleCellsSelected(Cursor const & cur)
|
||||
}
|
||||
|
||||
|
||||
void switchBetweenClasses(DocumentClassConstPtr oldone,
|
||||
void switchBetweenClasses(DocumentClassConstPtr oldone,
|
||||
DocumentClassConstPtr newone, InsetText & in, ErrorList & errorlist)
|
||||
{
|
||||
errorlist.clear();
|
||||
|
@ -144,7 +144,7 @@ private:
|
||||
friend Messages const & getGuiMessages();
|
||||
friend KeyMap & theTopLevelKeymap();
|
||||
friend Movers & theMovers();
|
||||
friend Mover const & getMover(std::string const & fmt);
|
||||
friend Mover const & getMover(std::string const & fmt);
|
||||
friend void setMover(std::string const & fmt, std::string const & command);
|
||||
friend Movers & theSystemMovers();
|
||||
friend frontend::Application * theApp();
|
||||
@ -180,4 +180,3 @@ void dispatch(FuncRequest const & action, DispatchResult & dr);
|
||||
} // namespace lyx
|
||||
|
||||
#endif // LYX_H
|
||||
|
||||
|
@ -96,11 +96,10 @@ void LoaderQueue::loadNext()
|
||||
if (ptr->status() == WaitingToLoad)
|
||||
ptr->startLoading();
|
||||
}
|
||||
if (!cache_queue_.empty()) {
|
||||
if (!cache_queue_.empty())
|
||||
startLoader();
|
||||
} else {
|
||||
else
|
||||
stopLoader();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user