summaryrefslogtreecommitdiff
path: root/include/svtools
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-04-30 05:32:26 +0300
committerTor Lillqvist <tml@collabora.com>2015-04-30 06:14:12 +0300
commitd1ca0f4ed0e30394ce6759a20d4896651dd43051 (patch)
treeaf9def17a770c6399e18965c9fb9f3bb4b91b702 /include/svtools
parent0d341d28f73603670e3b8c639c583229d3c723a6 (diff)
Bin some pointless comments and reduce some vertical whitespace
Bin pointless '// predeclarations' or '// forward declarations' comments. If a programmer doesn't know what a forward declaration is, well, why read C++ source code? Also bin some pointless '// end of namespace foo' comments after namespace blocks just a handful of lines long, and some superfluous vertical whitespace. Change-Id: I2a31c5d73d9b4de8825fb8eb9e7559dbd7303ef9
Diffstat (limited to 'include/svtools')
-rw-r--r--include/svtools/optionsdrawinglayer.hxx28
1 files changed, 1 insertions, 27 deletions
diff --git a/include/svtools/optionsdrawinglayer.hxx b/include/svtools/optionsdrawinglayer.hxx
index a5bcc98c7acd..cad738c68d3e 100644
--- a/include/svtools/optionsdrawinglayer.hxx
+++ b/include/svtools/optionsdrawinglayer.hxx
@@ -26,10 +26,6 @@
#include <rtl/ustring.hxx>
#include <tools/color.hxx>
-
-// forward declarations
-
-
/*-************************************************************************************************************
@short forward declaration to our private date container implementation
@descr We use these class as internal member to support small memory requirements.
@@ -46,16 +42,8 @@ class SvtOptionsDrawinglayer_Impl;
class SVT_DLLPUBLIC SvtOptionsDrawinglayer
{
-
- // public methods
-
-
public:
-
- // constructor / destructor
-
-
/*-****************************************************************************************************
@short standard constructor and destructor
@descr This will initialize an instance with default values.
@@ -70,10 +58,6 @@ class SVT_DLLPUBLIC SvtOptionsDrawinglayer
SvtOptionsDrawinglayer();
~SvtOptionsDrawinglayer();
-
- // interface
-
-
/*-****************************************************************************************************
@short interface methods to get and set value of config key "org.openoffice.Office.Common/Drawinglayer/..."
@descr These options describe internal states to enable/disable features of installed office.
@@ -149,10 +133,6 @@ class SVT_DLLPUBLIC SvtOptionsDrawinglayer
void SetTransparentSelection( bool bState );
void SetTransparentSelectionPercent( sal_uInt16 nPercent );
-
- // private methods
-
-
private:
/*-****************************************************************************************************
@@ -163,12 +143,6 @@ class SVT_DLLPUBLIC SvtOptionsDrawinglayer
*//*-*****************************************************************************************************/
SVT_DLLPRIVATE static ::osl::Mutex& GetOwnStaticMutex();
-
- // private member
-
-
- private:
-
/*Attention
Don't initialize these static members in these headers!
@@ -180,7 +154,7 @@ class SVT_DLLPUBLIC SvtOptionsDrawinglayer
static SvtOptionsDrawinglayer_Impl* m_pDataContainer ;
static sal_Int32 m_nRefCount ;
-}; // class SvtOptionsDrawinglayer
+};
#endif // #ifndef INCLUDED_SVTOOLS_OPTIONSDRAWINGLAYER_HXX