diff options
author | J. Graeme Lingard <jgraeme+git@gmail.com> | 2010-11-13 17:47:06 +0000 |
---|---|---|
committer | J. Graeme Lingard <jgraeme+git@gmail.com> | 2010-11-13 17:47:06 +0000 |
commit | 38f09d1affc34401c0f269318bb61540a207d966 (patch) | |
tree | 295ad736b166246b0782c12d50b6c2fe827a99e3 /svtools | |
parent | 857d9d570fef89d5a64e0df52222a1fd1e2af681 (diff) |
Remove empty Beschreibung (Description) comments
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/inc/apearcfg.hxx | 3 | ||||
-rw-r--r-- | svtools/source/config/apearcfg.cxx | 26 | ||||
-rw-r--r-- | svtools/source/control/svxbox.cxx | 4 |
3 files changed, 1 insertions, 32 deletions
diff --git a/svtools/inc/apearcfg.hxx b/svtools/inc/apearcfg.hxx index f9f588abb9a9..0399fae273b0 100644 --- a/svtools/inc/apearcfg.hxx +++ b/svtools/inc/apearcfg.hxx @@ -34,9 +34,6 @@ class Application; -/*-------------------------------------------------------------------- - Beschreibung: - --------------------------------------------------------------------*/ typedef enum { LookStardivision = 0, LookMotif, diff --git a/svtools/source/config/apearcfg.cxx b/svtools/source/config/apearcfg.cxx index 19f18ca820a6..83a688e10607 100644 --- a/svtools/source/config/apearcfg.cxx +++ b/svtools/source/config/apearcfg.cxx @@ -49,9 +49,6 @@ using namespace ::com::sun::star::uno; sal_Bool SvtTabAppearanceCfg::bInitialized = sal_False; -/*-------------------------------------------------------------------- - Beschreibung: - --------------------------------------------------------------------*/ SvtTabAppearanceCfg::SvtTabAppearanceCfg() :ConfigItem(OUString(RTL_CONSTASCII_USTRINGPARAM("Office.Common/View"))) ,nLookNFeel ( DEFAULT_LOOKNFEEL ) @@ -169,56 +166,35 @@ void SvtTabAppearanceCfg::Notify( const com::sun::star::uno::Sequence< rtl::OUSt { } -/*-------------------------------------------------------------------- - Beschreibung: - --------------------------------------------------------------------*/ - void SvtTabAppearanceCfg::SetLookNFeel ( USHORT nSet ) { nLookNFeel = nSet; SetModified(); } -/*-------------------------------------------------------------------- - Beschreibung: - --------------------------------------------------------------------*/ - void SvtTabAppearanceCfg::SetDragMode ( USHORT nSet ) { nDragMode = nSet; SetModified(); } -/*-------------------------------------------------------------------- - Beschreibung: - --------------------------------------------------------------------*/ - void SvtTabAppearanceCfg::SetScaleFactor ( USHORT nSet ) { nScaleFactor = nSet; SetModified(); } -/*-------------------------------------------------------------------- - Beschreibung: - --------------------------------------------------------------------*/ - void SvtTabAppearanceCfg::SetSnapMode ( USHORT nSet ) { nSnapMode = nSet; SetModified(); } -/*-------------------------------------------------------------------- - Beschreibung: - --------------------------------------------------------------------*/ + void SvtTabAppearanceCfg::SetMiddleMouseButton ( USHORT nSet ) { nMiddleMouse = nSet; SetModified(); } -/*-------------------------------------------------------------------- - Beschreibung: - --------------------------------------------------------------------*/ void SvtTabAppearanceCfg::SetApplicationDefaults ( Application* pApp ) { diff --git a/svtools/source/control/svxbox.cxx b/svtools/source/control/svxbox.cxx index 5dbf505d4946..f3404e80a4d8 100644 --- a/svtools/source/control/svxbox.cxx +++ b/svtools/source/control/svxbox.cxx @@ -66,10 +66,6 @@ SvxBoxEntry::SvxBoxEntry(const SvxBoxEntry& rOld) : { } -/*-------------------------------------------------------------------- - Beschreibung: - --------------------------------------------------------------------*/ - SvxListBox::SvxListBox(Window* pParent, WinBits nBits) : ListBox(pParent, nBits) { |