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 /unotools | |
parent | 49ad17e2b1aef65fad357b9c540ab36189233dd3 (diff) |
reduce ascii noise and useless comments
Change-Id: I317058e3b25cebb7c1d89361636261c5f16a84d4
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/inc/unotools/compatibility.hxx | 4 | ||||
-rw-r--r-- | unotools/inc/unotools/itemholderbase.hxx | 2 | ||||
-rw-r--r-- | unotools/inc/unotools/viewoptions.hxx | 4 | ||||
-rw-r--r-- | unotools/inc/unotools/workingsetoptions.hxx | 4 | ||||
-rw-r--r-- | unotools/source/config/compatibility.cxx | 8 | ||||
-rw-r--r-- | unotools/source/config/internaloptions.cxx | 8 | ||||
-rw-r--r-- | unotools/source/config/itemholder1.cxx | 2 | ||||
-rw-r--r-- | unotools/source/config/itemholder1.hxx | 2 | ||||
-rw-r--r-- | unotools/source/config/moduleoptions.cxx | 8 | ||||
-rw-r--r-- | unotools/source/config/printwarningoptions.cxx | 8 | ||||
-rw-r--r-- | unotools/source/config/securityoptions.cxx | 8 | ||||
-rw-r--r-- | unotools/source/config/viewoptions.cxx | 8 | ||||
-rw-r--r-- | unotools/source/config/workingsetoptions.cxx | 8 |
13 files changed, 0 insertions, 74 deletions
diff --git a/unotools/inc/unotools/compatibility.hxx b/unotools/inc/unotools/compatibility.hxx index 8a47c8c69354..b6a5d6041e60 100644 --- a/unotools/inc/unotools/compatibility.hxx +++ b/unotools/inc/unotools/compatibility.hxx @@ -78,10 +78,6 @@ enum CompatibilityOptions class SvtCompatibilityOptions_Impl; -//_________________________________________________________________________________________________________________ -// declarations -//_________________________________________________________________________________________________________________ - /*-************************************************************************************************************//** @short collect informations about dynamic menus @descr Make it possible to configure dynamic menu structures of menus like "new" or "wizard". diff --git a/unotools/inc/unotools/itemholderbase.hxx b/unotools/inc/unotools/itemholderbase.hxx index 7315281bb28b..25af236d60fd 100644 --- a/unotools/inc/unotools/itemholderbase.hxx +++ b/unotools/inc/unotools/itemholderbase.hxx @@ -25,8 +25,6 @@ namespace utl { namespace detail { class Options; } } -//----------------------------------------------- -// definitions struct ItemHolderMutexBase { diff --git a/unotools/inc/unotools/viewoptions.hxx b/unotools/inc/unotools/viewoptions.hxx index 6a6dd03f4a69..2dbfdd485a38 100644 --- a/unotools/inc/unotools/viewoptions.hxx +++ b/unotools/inc/unotools/viewoptions.hxx @@ -35,10 +35,6 @@ class SvtViewOptionsBase_Impl; -//_________________________________________________________________________________________________________________ -// declarations -//_________________________________________________________________________________________________________________ - /*-************************************************************************************************************//** @descr Use these enum values to specify right list in configuration in which your view data are saved. *//*-*************************************************************************************************************/ diff --git a/unotools/inc/unotools/workingsetoptions.hxx b/unotools/inc/unotools/workingsetoptions.hxx index 80b9a9251d73..bf9a1c833bcd 100644 --- a/unotools/inc/unotools/workingsetoptions.hxx +++ b/unotools/inc/unotools/workingsetoptions.hxx @@ -38,10 +38,6 @@ class SvtWorkingSetOptions_Impl; -//_________________________________________________________________________________________________________________ -// declarations -//_________________________________________________________________________________________________________________ - /*-************************************************************************************************************//** @short collect informations about security features @descr - diff --git a/unotools/source/config/compatibility.cxx b/unotools/source/config/compatibility.cxx index 88f6fcfa126f..8278137c61bb 100644 --- a/unotools/source/config/compatibility.cxx +++ b/unotools/source/config/compatibility.cxx @@ -42,10 +42,6 @@ using namespace ::osl; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::beans; -//_________________________________________________________________________________________________________________ -// const -//_________________________________________________________________________________________________________________ - #define ROOTNODE_OPTIONS OUString( RTL_CONSTASCII_USTRINGPARAM( "Office.Compatibility/" ) ) #define PATHDELIMITER OUString( RTL_CONSTASCII_USTRINGPARAM( "/" ) ) #define SETNODE_ALLFILEFORMATS OUString( RTL_CONSTASCII_USTRINGPARAM( "AllFileFormats" ) ) @@ -361,10 +357,6 @@ class SvtCompatibilityOptions_Impl : public ConfigItem SvtCompatibilityEntry m_aDefOptions; }; -//_________________________________________________________________________________________________________________ -// definitions -//_________________________________________________________________________________________________________________ - //***************************************************************************************************************** // constructor //***************************************************************************************************************** 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 //***************************************************************************************************************** diff --git a/unotools/source/config/itemholder1.cxx b/unotools/source/config/itemholder1.cxx index 9ac0eee6833c..1d2b90ede043 100644 --- a/unotools/source/config/itemholder1.cxx +++ b/unotools/source/config/itemholder1.cxx @@ -57,8 +57,6 @@ namespace css = ::com::sun::star; -//----------------------------------------------- -// declarations //----------------------------------------------- ItemHolder1::ItemHolder1() diff --git a/unotools/source/config/itemholder1.hxx b/unotools/source/config/itemholder1.hxx index 390502530c46..5133f777edc1 100644 --- a/unotools/source/config/itemholder1.hxx +++ b/unotools/source/config/itemholder1.hxx @@ -29,8 +29,6 @@ namespace css = ::com::sun::star; -//----------------------------------------------- -// definitions class ItemHolder1 : private ItemHolderMutexBase , public ::cppu::WeakImplHelper1< css::lang::XEventListener > diff --git a/unotools/source/config/moduleoptions.cxx b/unotools/source/config/moduleoptions.cxx index 6d7a86917958..98667f5dc243 100644 --- a/unotools/source/config/moduleoptions.cxx +++ b/unotools/source/config/moduleoptions.cxx @@ -49,10 +49,6 @@ namespace css = ::com::sun::star; #endif -//_________________________________________________________________________________________________________________ -// const -//_________________________________________________________________________________________________________________ - /*-************************************************************************************************************//** @descr These values are used to define neccessary keys from our configuration management to support all functionality of these implementation. @@ -376,10 +372,6 @@ class SvtModuleOptions_Impl : public ::utl::ConfigItem SvtModuleOptions* m_pOutsideClass; }; -//_________________________________________________________________________________________________________________ -// definitions -//_________________________________________________________________________________________________________________ - /*-************************************************************************************************************//** @short default ctor @descr We open our configuration here and read all neccessary values from it. diff --git a/unotools/source/config/printwarningoptions.cxx b/unotools/source/config/printwarningoptions.cxx index 6b2c70ec6598..2e0152913820 100644 --- a/unotools/source/config/printwarningoptions.cxx +++ b/unotools/source/config/printwarningoptions.cxx @@ -36,10 +36,6 @@ using namespace ::rtl ; using namespace ::osl ; using namespace ::com::sun::star::uno ; -//_________________________________________________________________________________________________________________ -// const -//_________________________________________________________________________________________________________________ - #define ROOTNODE_START OUString(RTL_CONSTASCII_USTRINGPARAM("Office.Common/Print")) #define PROPERTYNAME_PAPERSIZE OUString(RTL_CONSTASCII_USTRINGPARAM("Warning/PaperSize")) @@ -111,10 +107,6 @@ private: sal_Bool m_bModifyDocumentOnPrintingAllowed; }; -//_________________________________________________________________________________________________________________ -// definitions -//_________________________________________________________________________________________________________________ - //***************************************************************************************************************** // constructor //***************************************************************************************************************** diff --git a/unotools/source/config/securityoptions.cxx b/unotools/source/config/securityoptions.cxx index dce81eccad6f..1df26b19455a 100644 --- a/unotools/source/config/securityoptions.cxx +++ b/unotools/source/config/securityoptions.cxx @@ -43,10 +43,6 @@ using namespace ::rtl ; using namespace ::osl ; using namespace ::com::sun::star::uno ; -//_________________________________________________________________________________________________________________ -// const -//_________________________________________________________________________________________________________________ - #define ROOTNODE_SECURITY OUString(RTL_CONSTASCII_USTRINGPARAM("Office.Common/Security/Scripting")) #define DEFAULT_SECUREURL Sequence< OUString >() #define DEFAULT_TRUSTEDAUTHORS Sequence< SvtSecurityOptions::Certificate >() @@ -260,10 +256,6 @@ private: void SetBasicMode ( EBasicSecurityMode eMode ) ; }; -//_________________________________________________________________________________________________________________ -// definitions -//_________________________________________________________________________________________________________________ - //***************************************************************************************************************** // constructor //***************************************************************************************************************** diff --git a/unotools/source/config/viewoptions.cxx b/unotools/source/config/viewoptions.cxx index de2289a5f087..faf59372bf4f 100644 --- a/unotools/source/config/viewoptions.cxx +++ b/unotools/source/config/viewoptions.cxx @@ -38,10 +38,6 @@ namespace css = ::com::sun::star; -//_________________________________________________________________________________________________________________ -// const -//_________________________________________________________________________________________________________________ - #ifdef CONST_ASCII #error "Who define CONST_ASCII before! I use it to create const ascii strings ..." #else @@ -768,10 +764,6 @@ css::uno::Reference< css::uno::XInterface > SvtViewOptionsBase_Impl::impl_getSet return xNode; } -//_________________________________________________________________________________________________________________ -// definitions -//_________________________________________________________________________________________________________________ - //***************************************************************************************************************** // constructor //***************************************************************************************************************** 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 //***************************************************************************************************************** |