diff options
Diffstat (limited to 'svtools/source/config')
-rw-r--r-- | svtools/source/config/itemholder2.cxx | 2 | ||||
-rw-r--r-- | svtools/source/config/itemholder2.hxx | 3 | ||||
-rw-r--r-- | svtools/source/config/menuoptions.cxx | 8 | ||||
-rw-r--r-- | svtools/source/config/optionsdrawinglayer.cxx | 8 | ||||
-rw-r--r-- | svtools/source/config/test/test.cxx | 16 |
5 files changed, 1 insertions, 36 deletions
diff --git a/svtools/source/config/itemholder2.cxx b/svtools/source/config/itemholder2.cxx index 99d7919f8df7..14d7c950a74b 100644 --- a/svtools/source/config/itemholder2.cxx +++ b/svtools/source/config/itemholder2.cxx @@ -50,8 +50,6 @@ namespace css = ::com::sun::star; -//----------------------------------------------- -// declarations namespace svtools { //----------------------------------------------- diff --git a/svtools/source/config/itemholder2.hxx b/svtools/source/config/itemholder2.hxx index dead1fd51623..9e89140127de 100644 --- a/svtools/source/config/itemholder2.hxx +++ b/svtools/source/config/itemholder2.hxx @@ -39,8 +39,7 @@ namespace css = ::com::sun::star; namespace svtools { -//----------------------------------------------- -// definitions + class ItemHolder2 : private ItemHolderMutexBase , public ::cppu::WeakImplHelper1< css::lang::XEventListener > diff --git a/svtools/source/config/menuoptions.cxx b/svtools/source/config/menuoptions.cxx index 8d2ee21b8185..b40833edb01d 100644 --- a/svtools/source/config/menuoptions.cxx +++ b/svtools/source/config/menuoptions.cxx @@ -49,10 +49,6 @@ using namespace ::rtl ; using namespace ::osl ; using namespace ::com::sun::star::uno ; -//_________________________________________________________________________________________________________________ -// const -//_________________________________________________________________________________________________________________ - #define ROOTNODE_MENU OUString(RTL_CONSTASCII_USTRINGPARAM("Office.Common/View/Menu" )) #define DEFAULT_DONTHIDEDISABLEDENTRIES sal_False #define DEFAULT_FOLLOWMOUSE sal_True @@ -214,10 +210,6 @@ class SvtMenuOptions_Impl : public ConfigItem static Sequence< OUString > impl_GetPropertyNames(); }; -//_________________________________________________________________________________________________________________ -// definitions -//_________________________________________________________________________________________________________________ - //***************************************************************************************************************** // constructor //***************************************************************************************************************** diff --git a/svtools/source/config/optionsdrawinglayer.cxx b/svtools/source/config/optionsdrawinglayer.cxx index 33d1c2075e6e..8ba235035ca7 100644 --- a/svtools/source/config/optionsdrawinglayer.cxx +++ b/svtools/source/config/optionsdrawinglayer.cxx @@ -49,10 +49,6 @@ using namespace ::rtl ; using namespace ::osl ; using namespace ::com::sun::star::uno ; -//_________________________________________________________________________________________________________________ -// const -//_________________________________________________________________________________________________________________ - #define ROOTNODE_START OUString(RTL_CONSTASCII_USTRINGPARAM("Office.Common/Drawinglayer" )) #define DEFAULT_OVERLAYBUFFER sal_True #define DEFAULT_PAINTBUFFER sal_True @@ -296,10 +292,6 @@ private: bool m_bAllowAAChecked : 1; }; -//_________________________________________________________________________________________________________________ -// definitions -//_________________________________________________________________________________________________________________ - //***************************************************************************************************************** // constructor //***************************************************************************************************************** diff --git a/svtools/source/config/test/test.cxx b/svtools/source/config/test/test.cxx index d67ee1fbc3e5..5449bf5f0c3d 100644 --- a/svtools/source/config/test/test.cxx +++ b/svtools/source/config/test/test.cxx @@ -59,14 +59,6 @@ #include <vcl/msgbox.hxx> #include <stdio.h> -//_________________________________________________________________________________________________________________ -// const -//_________________________________________________________________________________________________________________ - -//_________________________________________________________________________________________________________________ -// namespace -//_________________________________________________________________________________________________________________ - using namespace ::rtl ; using namespace ::osl ; using namespace ::comphelper ; @@ -75,16 +67,8 @@ using namespace ::com::sun::star::lang ; using namespace ::com::sun::star::beans ; using namespace ::com::sun::star::registry ; -//_________________________________________________________________________________________________________________ -// defines -//_________________________________________________________________________________________________________________ - #define ASCII( STEXT ) OUString( RTL_CONSTASCII_USTRINGPARAM( STEXT )) -//_________________________________________________________________________________________________________________ -// declarations -//_________________________________________________________________________________________________________________ - class TestApplication : public Application { //************************************************************************************************************* |