diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-08-08 13:53:08 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-08-08 13:53:54 +0200 |
commit | 2beba8f93e7991372dd45351c92c50f7850dc46a (patch) | |
tree | 15dfae00223ccc7fdbfe2e06a3d931b97fded890 /svtools | |
parent | 49ad17e2b1aef65fad357b9c540ab36189233dd3 (diff) |
reduce ascii noise and useless comments
Change-Id: I317058e3b25cebb7c1d89361636261c5f16a84d4
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/inc/svtools/acceleratorexecute.hxx | 4 | ||||
-rw-r--r-- | svtools/inc/svtools/optionsdrawinglayer.hxx | 4 | ||||
-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 | ||||
-rw-r--r-- | svtools/source/misc/acceleratorexecute.cxx | 4 |
8 files changed, 1 insertions, 48 deletions
diff --git a/svtools/inc/svtools/acceleratorexecute.hxx b/svtools/inc/svtools/acceleratorexecute.hxx index 55fca03968e7..a99e3331ad5a 100644 --- a/svtools/inc/svtools/acceleratorexecute.hxx +++ b/svtools/inc/svtools/acceleratorexecute.hxx @@ -44,16 +44,12 @@ #include <vcl/evntpost.hxx> #include <osl/mutex.h> -//=============================================== -// namespace namespace css = ::com::sun::star; namespace svt { -//=============================================== -// definitions struct TMutexInit { diff --git a/svtools/inc/svtools/optionsdrawinglayer.hxx b/svtools/inc/svtools/optionsdrawinglayer.hxx index 9dadcbdcc619..5b5959a47d83 100644 --- a/svtools/inc/svtools/optionsdrawinglayer.hxx +++ b/svtools/inc/svtools/optionsdrawinglayer.hxx @@ -48,10 +48,6 @@ class SvtOptionsDrawinglayer_Impl; -//_________________________________________________________________________________________________________________ -// declarations -//_________________________________________________________________________________________________________________ - /*-************************************************************************************************************//** @short collect informations about startup features @descr - 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 { //************************************************************************************************************* diff --git a/svtools/source/misc/acceleratorexecute.cxx b/svtools/source/misc/acceleratorexecute.cxx index 950c41b44904..14d54251e0cb 100644 --- a/svtools/source/misc/acceleratorexecute.cxx +++ b/svtools/source/misc/acceleratorexecute.cxx @@ -46,16 +46,12 @@ #include <vcl/svapp.hxx> #include <osl/mutex.hxx> -//=============================================== -// namespace namespace css = ::com::sun::star; namespace svt { -//=============================================== -// definitions //----------------------------------------------- class SVT_DLLPRIVATE AsyncAccelExec |