diff options
author | Robert Roth <robert.roth.off@gmail.com> | 2010-11-15 11:59:57 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-11-15 11:59:57 +0000 |
commit | d67e79934fa19cd667c2455e5e95dd48df511179 (patch) | |
tree | fad02748be4007f72432d57a8a40e2ae9f64d49c /sw/inc/modcfg.hxx | |
parent | 54d8e263fe5f44f408038d23997039f19c90e09c (diff) |
Comment translations, bogus comments, commented code removed from SW includes
Diffstat (limited to 'sw/inc/modcfg.hxx')
-rw-r--r-- | sw/inc/modcfg.hxx | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sw/inc/modcfg.hxx b/sw/inc/modcfg.hxx index 918336f2aea3..ac142f37c7d5 100644 --- a/sw/inc/modcfg.hxx +++ b/sw/inc/modcfg.hxx @@ -41,7 +41,6 @@ #include <tools/globname.hxx> class SwModuleOptions; -//----------------------------------------------------------------------------- class InsCaptionOpt; typedef InsCaptionOpt* InsCaptionOptPtr; SV_DECL_PTRARR_SORT_DEL(InsCapOptArr, InsCaptionOptPtr, 0, 5) @@ -89,10 +88,7 @@ class SwInsertConfig : public utl::ConfigItem sal_Bool bInsWithCaption; //Insert/Caption/Automatic // Objekte beschriftet einfuegen sal_Bool bCaptionOrderNumberingFirst; //#i61007# caption order starting with numbering -// sal_uInt16 nInsTblFlags; //Insert/Table/Header // Flags fuer Tabellen einfuegen - //Insert/Table/RepeatHeader - //Insert/Table/Split - //Insert/Table/Border + SwInsertTableOptions aInsTblOpts; sal_Bool bIsWeb; @@ -160,9 +156,6 @@ class SwMiscConfig : public utl::ConfigItem void SetModified(){ConfigItem::SetModified();} }; -/* --------------------------------------------------------------------------- - - ---------------------------------------------------------------------------*/ class SW_DLLPUBLIC SwModuleOptions { SwRevisionConfig aRevisionConfig; |