summaryrefslogtreecommitdiff
path: root/include/svtools
diff options
context:
space:
mode:
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