diff options
author | J. Graeme Lingard <jgraeme+git@gmail.com> | 2010-11-12 20:15:10 +0000 |
---|---|---|
committer | J. Graeme Lingard <jgraeme+git@gmail.com> | 2010-11-12 20:21:46 +0000 |
commit | 06514ed3d609f63cca40f41aec2a8d9ffd0b1509 (patch) | |
tree | 7ac376c2e09178e16668d22e20b16ab789b3810f /editeng | |
parent | 8e0a6bc72f7b07bc63522fbcd9d770c4f3a0e3bd (diff) |
Remove unused Beschreibung (Description) comments
Diffstat (limited to 'editeng')
-rw-r--r-- | editeng/inc/editeng/nhypitem.hxx | 6 | ||||
-rw-r--r-- | editeng/inc/editeng/nlbkitem.hxx | 7 | ||||
-rw-r--r-- | editeng/source/misc/swafopt.cxx | 4 |
3 files changed, 0 insertions, 17 deletions
diff --git a/editeng/inc/editeng/nhypitem.hxx b/editeng/inc/editeng/nhypitem.hxx index 6e5849ebee8a..185a20a834a1 100644 --- a/editeng/inc/editeng/nhypitem.hxx +++ b/editeng/inc/editeng/nhypitem.hxx @@ -34,12 +34,6 @@ #include <editeng/editengdllapi.h> // class SvxNoHyphenItem ------------------------------------------------- - -/* [Beschreibung] - - PB: ??? -*/ - class EDITENG_DLLPUBLIC SvxNoHyphenItem : public SfxBoolItem { public: diff --git a/editeng/inc/editeng/nlbkitem.hxx b/editeng/inc/editeng/nlbkitem.hxx index e45384902bc3..b6d4bfa097d9 100644 --- a/editeng/inc/editeng/nlbkitem.hxx +++ b/editeng/inc/editeng/nlbkitem.hxx @@ -35,13 +35,6 @@ #include "editeng/editengdllapi.h" // class SvxNoLinebreakItem ---------------------------------------------- - - -/* [Beschreibung] - - PB: ??? -*/ - class EDITENG_DLLPUBLIC SvxNoLinebreakItem : public SfxBoolItem { public: diff --git a/editeng/source/misc/swafopt.cxx b/editeng/source/misc/swafopt.cxx index 038120a057d4..9baae476f365 100644 --- a/editeng/source/misc/swafopt.cxx +++ b/editeng/source/misc/swafopt.cxx @@ -33,10 +33,6 @@ #include <editeng/swafopt.hxx> -/*------------------------------------------------------------------------ - Beschreibung: -------------------------------------------------------------------------*/ - SvxSwAutoFmtFlags::SvxSwAutoFmtFlags() : aBulletFont( String::CreateFromAscii( RTL_CONSTASCII_STRINGPARAM( "StarSymbol" )), |