summaryrefslogtreecommitdiff
path: root/unotools/source/config/internaloptions.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/source/config/internaloptions.cxx')
-rw-r--r--unotools/source/config/internaloptions.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/unotools/source/config/internaloptions.cxx b/unotools/source/config/internaloptions.cxx
index 71f1c952c43e..34c6bf0eae1c 100644
--- a/unotools/source/config/internaloptions.cxx
+++ b/unotools/source/config/internaloptions.cxx
@@ -41,10 +41,6 @@ using namespace ::std ;
using namespace ::com::sun::star::uno ;
using namespace ::com::sun::star::beans ;
-//_________________________________________________________________________________________________________________
-// const
-//_________________________________________________________________________________________________________________
-
#define ROOTNODE_INTERNAL OUString(RTL_CONSTASCII_USTRINGPARAM("Office.Common/Internal" ))
#define DEFAULT_SLOTCFG sal_False
#define DEFAULT_SENDCRASHMAIL sal_False
@@ -178,10 +174,6 @@ class SvtInternalOptions_Impl : public ConfigItem
Sequence< OUString > impl_GetPropertyNames();
};
-//_________________________________________________________________________________________________________________
-// definitions
-//_________________________________________________________________________________________________________________
-
//*****************************************************************************************************************
// constructor
//*****************************************************************************************************************