summaryrefslogtreecommitdiff
path: root/unotools/source/config/workingsetoptions.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/source/config/workingsetoptions.cxx')
-rw-r--r--unotools/source/config/workingsetoptions.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/unotools/source/config/workingsetoptions.cxx b/unotools/source/config/workingsetoptions.cxx
index ef2cb56dcf03..1c8d7452fc88 100644
--- a/unotools/source/config/workingsetoptions.cxx
+++ b/unotools/source/config/workingsetoptions.cxx
@@ -36,10 +36,6 @@ using namespace ::rtl ;
using namespace ::osl ;
using namespace ::com::sun::star::uno ;
-//_________________________________________________________________________________________________________________
-// const
-//_________________________________________________________________________________________________________________
-
#define ROOTNODE_WORKINGSET OUString(RTL_CONSTASCII_USTRINGPARAM("Office.Common/WorkingSet"))
#define DEFAULT_WINDOWLIST Sequence< OUString >()
@@ -133,10 +129,6 @@ class SvtWorkingSetOptions_Impl : public ConfigItem
Sequence< OUString > m_seqWindowList ;
};
-//_________________________________________________________________________________________________________________
-// definitions
-//_________________________________________________________________________________________________________________
-
//*****************************************************************************************************************
// constructor
//*****************************************************************************************************************