]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Application.cpp
cosmetics (whitespace and no-op functions)
[lyx.git] / src / frontends / Application.cpp
index cd62f7982ca1916135ebda58b6976da970031462..246476dd5a6dbfbe6e626e39fb63cea5f0b49c97 100644 (file)
 #include "frontends/LyXView.h"
 #include "frontends/WorkArea.h"
 
-#include "funcrequest.h"
+#include "FuncRequest.h"
 #include "FuncStatus.h"
-#include "lyx_main.h"  // for lyx::use_gui
-#include "lyxfont.h"
-#include "lyxfunc.h"
-#include "lyxrc.h"
+#include "LyX.h"  // for lyx::use_gui
+#include "Font.h"
+#include "LyXFunc.h"
+#include "LyXRC.h"
 
 #include "support/lstrings.h"
 #include "support/os.h"
@@ -53,7 +53,7 @@ LyXView & Application::createView(unsigned int width,
 {
        LyXView & view = gui().createRegisteredView();
        int view_id = view.id();
-       
+
        theLyXFunc().setLyXView(&view);
 
        /*int workArea_id_ =*/ gui().newWorkArea(width, height, view_id);
@@ -101,7 +101,7 @@ frontend::FontLoader & theFontLoader()
 }
 
 
-frontend::FontMetrics const & theFontMetrics(LyXFont const & f)
+frontend::FontMetrics const & theFontMetrics(Font const & f)
 {
        static frontend::NoGuiFontMetrics no_gui_font_metrics;