diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-04-06 19:45:36 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-04-06 19:45:36 +0300 |
commit | 49ccde0d3d3edaac9473f915011a501058e64002 (patch) | |
tree | 1dcb8a25647eff7f740df8b0b8f589696e87f06d /include/unotools/compatibility.hxx | |
parent | f4e8d2ad0e591b87d2c221761363a3042628d5ff (diff) |
Kill superfluous vertical whitespace
Change-Id: Idadfa4d215cb4b789d4949ce850bbb13016350c6
Diffstat (limited to 'include/unotools/compatibility.hxx')
-rw-r--r-- | include/unotools/compatibility.hxx | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/include/unotools/compatibility.hxx b/include/unotools/compatibility.hxx index 1108307644b5..31cab1d2afbf 100644 --- a/include/unotools/compatibility.hxx +++ b/include/unotools/compatibility.hxx @@ -26,10 +26,8 @@ #include <com/sun/star/beans/PropertyValue.hpp> #include <unotools/options.hxx> - // types, enums, ... - enum CompatibilityOptions { COPT_USE_PRINTERDEVICE = 0, @@ -65,10 +63,8 @@ enum CompatibilityOptions #define COMPATIBILITY_DEFAULT_NAME OUString( "_default" ) - // forward declarations - /*-************************************************************************************************************ @short forward declaration to our private date container implementation @descr We use these class as internal member to support small memory requirements. @@ -93,13 +89,10 @@ class UNOTOOLS_DLLPUBLIC SvtCompatibilityOptions: public utl::detail::Options // public methods - public: - // constructor / destructor - /*-**************************************************************************************************** @short standard constructor and destructor @descr This will initialize an instance with default values. @@ -119,10 +112,8 @@ class UNOTOOLS_DLLPUBLIC SvtCompatibilityOptions: public utl::detail::Options SvtCompatibilityOptions(); virtual ~SvtCompatibilityOptions(); - // interface - /*-**************************************************************************************************** @short clear complete specified list @descr Call this methods to clear the whole list. @@ -194,10 +185,8 @@ class UNOTOOLS_DLLPUBLIC SvtCompatibilityOptions: public utl::detail::Options bool IsConsiderWrappingStyle() const; bool IsExpandWordSpace() const; - // private methods - private: /*-**************************************************************************************************** @@ -216,10 +205,8 @@ class UNOTOOLS_DLLPUBLIC SvtCompatibilityOptions: public utl::detail::Options UNOTOOLS_DLLPRIVATE static ::osl::Mutex& GetOwnStaticMutex(); - // private member - private: /*Attention |