diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-04-06 19:48:16 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-04-06 19:48:16 +0300 |
commit | 3c9d929465353cd1079fe2e9c8561dc377047ac5 (patch) | |
tree | 277f189cec8aea9666a64e7a9bc0f571511bf18c /include/unotools/localisationoptions.hxx | |
parent | 49ccde0d3d3edaac9473f915011a501058e64002 (diff) |
Kill superfluous spacing before semicolons
Change-Id: I05353e942fa1a2b7338c8415cdba06adb2bdd43f
Diffstat (limited to 'include/unotools/localisationoptions.hxx')
-rw-r--r-- | include/unotools/localisationoptions.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/unotools/localisationoptions.hxx b/include/unotools/localisationoptions.hxx index da77f65d68fb..6b73ef0fd6c6 100644 --- a/include/unotools/localisationoptions.hxx +++ b/include/unotools/localisationoptions.hxx @@ -77,7 +77,7 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtLocalisationOptions : public utl::de @onerror No error should occur! *//*-*****************************************************************************************************/ - bool IsAutoMnemonic ( ) const ; + bool IsAutoMnemonic ( ) const; /*-**************************************************************************************************** @short interface methods to get and set value of config key "org.openoffice.Office.Common/View/Localisation/DialogScale" @@ -97,7 +97,7 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtLocalisationOptions : public utl::de @onerror No error should occur! *//*-*****************************************************************************************************/ - sal_Int32 GetDialogScale( ) const ; + sal_Int32 GetDialogScale( ) const; private: /*-**************************************************************************************************** @@ -126,8 +126,8 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtLocalisationOptions : public utl::de Do it in your source only. */ - static SvtLocalisationOptions_Impl* m_pDataContainer ; /// impl. data container as dynamic pointer for smaller memory requirements! - static sal_Int32 m_nRefCount ; /// internal ref count mechanism + static SvtLocalisationOptions_Impl* m_pDataContainer; /// impl. data container as dynamic pointer for smaller memory requirements! + static sal_Int32 m_nRefCount; /// internal ref count mechanism }; // class SvtLocalisationOptions |