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/viewoptions.hxx | |
parent | f4e8d2ad0e591b87d2c221761363a3042628d5ff (diff) |
Kill superfluous vertical whitespace
Change-Id: Idadfa4d215cb4b789d4949ce850bbb13016350c6
Diffstat (limited to 'include/unotools/viewoptions.hxx')
-rw-r--r-- | include/unotools/viewoptions.hxx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/include/unotools/viewoptions.hxx b/include/unotools/viewoptions.hxx index c5a4e676057d..dcf044d28ab2 100644 --- a/include/unotools/viewoptions.hxx +++ b/include/unotools/viewoptions.hxx @@ -29,10 +29,8 @@ #include <rtl/ustring.hxx> #include <unotools/options.hxx> - // forward declarations - class SvtViewOptionsBase_Impl; /*-************************************************************************************************************ @@ -108,13 +106,10 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtViewOptions : public utl::detail::Op // public methods - public: - // constructor / destructor - /*-**************************************************************************************************** @short standard constructor and destructor @descr This will de-/initialize an instance with default values. @@ -149,10 +144,8 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtViewOptions : public utl::detail::Op static void AcquireOptions(); static void ReleaseOptions(); - // interface - /*-**************************************************************************************************** @short use it to get information about existing entries in configuration @descr The methods to set/get the position or size will create a new entry automaticly if @@ -258,10 +251,8 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtViewOptions : public utl::detail::Op void SetUserItem( const OUString& sName , const ::com::sun::star::uno::Any& aValue ); - // private methods - private: /*-**************************************************************************************************** @@ -280,10 +271,8 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtViewOptions : public utl::detail::Op UNOTOOLS_DLLPRIVATE static ::osl::Mutex& GetOwnStaticMutex(); - // private member - private: /// specify which list of views in configuration is used! This can't be a static value!!! |