diff options
Diffstat (limited to 'sw/inc/viewopt.hxx')
-rw-r--r-- | sw/inc/viewopt.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/inc/viewopt.hxx b/sw/inc/viewopt.hxx index eff41b5be26d..bc273d58c4f2 100644 --- a/sw/inc/viewopt.hxx +++ b/sw/inc/viewopt.hxx @@ -262,8 +262,6 @@ class SwViewOption static SwViewColors s_aInitialColorConfig; OUString m_sThemeName; - static sal_uInt16 s_nPixelTwips;// 1 Pixel == ? Twips - OUString m_sSymbolFont; // Symbolfont. ViewOptFlags1 m_nCoreOptions; // Bits for SwViewShell. ViewOptCoreFlags2 m_nCore2Options; // Bits for SwViewShell. @@ -317,8 +315,6 @@ public: SW_DLLPUBLIC SwViewOption(const SwViewOption&); SW_DLLPUBLIC ~SwViewOption(); - static void Init(const OutputDevice* pWin); // Initializing of static data. - inline void SetUIOptions( const SwViewOption& ); void SetColorConfig(const SwViewColors& rColorConfig) |