diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-04-06 18:58:39 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-04-06 19:37:47 +0300 |
commit | 79247e9fa74c7b5472c5ee2bd98b27cef73788b1 (patch) | |
tree | cc4b835966d8749351514bf3fe2c2334c14532cc /unotools/source/config/fontoptions.cxx | |
parent | 88bea0a5a8b1e5c1fb601f4e4ba61ba7bce38a3a (diff) |
Kill superfluous spacing before semicolons
Change-Id: I2d8b430e1a6c23569eb0a67a2dcf8702cf7abc41
Diffstat (limited to 'unotools/source/config/fontoptions.cxx')
-rw-r--r-- | unotools/source/config/fontoptions.cxx | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/unotools/source/config/fontoptions.cxx b/unotools/source/config/fontoptions.cxx index b7a72446f037..e68810d9def7 100644 --- a/unotools/source/config/fontoptions.cxx +++ b/unotools/source/config/fontoptions.cxx @@ -27,10 +27,10 @@ #include <rtl/instance.hxx> #include "itemholder1.hxx" -using namespace ::utl ; -using namespace ::rtl ; -using namespace ::osl ; -using namespace ::com::sun::star::uno ; +using namespace ::utl; +using namespace ::rtl; +using namespace ::osl; +using namespace ::com::sun::star::uno; #define ROOTNODE_FONT OUString("Office.Common/Font") @@ -95,11 +95,11 @@ class SvtFontOptions_Impl : public ConfigItem @onerror - *//*-*****************************************************************************************************/ - bool IsFontHistoryEnabled ( ) const ; - void EnableFontHistory ( bool bState ) ; + bool IsFontHistoryEnabled ( ) const; + void EnableFontHistory ( bool bState ); - bool IsFontWYSIWYGEnabled ( ) const ; - void EnableFontWYSIWYG ( bool bState ) ; + bool IsFontWYSIWYGEnabled ( ) const; + void EnableFontWYSIWYG ( bool bState ); private: @@ -120,9 +120,9 @@ class SvtFontOptions_Impl : public ConfigItem private: - bool m_bReplacementTable ; - bool m_bFontHistory ; - bool m_bFontWYSIWYG ; + bool m_bReplacementTable; + bool m_bFontHistory; + bool m_bFontWYSIWYG; }; // constructor @@ -304,8 +304,8 @@ Sequence< OUString > SvtFontOptions_Impl::impl_GetPropertyNames() // DON'T DO IT IN YOUR HEADER! // see definition for further information -SvtFontOptions_Impl* SvtFontOptions::m_pDataContainer = NULL ; -sal_Int32 SvtFontOptions::m_nRefCount = 0 ; +SvtFontOptions_Impl* SvtFontOptions::m_pDataContainer = NULL; +sal_Int32 SvtFontOptions::m_nRefCount = 0; // constructor |