diff options
author | Christoph Herzog <rhogez@googlemail.com> | 2011-02-19 23:42:45 +0100 |
---|---|---|
committer | Christoph Herzog <rhogez@googlemail.com> | 2011-02-19 23:45:37 +0100 |
commit | e66718e7e09584d39bdb00a2ea9ff09f8b1b1626 (patch) | |
tree | da602f951d5a2d01e7867d0fe962b76e10b1ccec /sw/inc/modcfg.hxx | |
parent | fcbcbc6ab7674fa60fde6493877989b649879998 (diff) |
Translation of German comments.
Diffstat (limited to 'sw/inc/modcfg.hxx')
-rw-r--r-- | sw/inc/modcfg.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/modcfg.hxx b/sw/inc/modcfg.hxx index ac142f37c7d5..5081d3ad76e2 100644 --- a/sw/inc/modcfg.hxx +++ b/sw/inc/modcfg.hxx @@ -86,7 +86,7 @@ class SwInsertConfig : public utl::ConfigItem SvGlobalName aGlobalNames[5]; - sal_Bool bInsWithCaption; //Insert/Caption/Automatic // Objekte beschriftet einfuegen + sal_Bool bInsWithCaption; //Insert/Caption/Automatic sal_Bool bCaptionOrderNumberingFirst; //#i61007# caption order starting with numbering SwInsertTableOptions aInsTblOpts; @@ -113,9 +113,9 @@ class SwTableConfig : public utl::ConfigItem USHORT nTblVInsert; //int Table/Insert/Column TblChgMode eTblChgMode; //int Table/Change/Effect - sal_Bool bInsTblFormatNum; // Table/Input/NumberRecognition // Automatische Zahlenerkennung - sal_Bool bInsTblChangeNumFormat; // Table/Input/NumberFormatRecognition // Automatische Zahlenformaterkennung - sal_Bool bInsTblAlignNum; // Table/Input/Alignment // Zahlen ausrichten + sal_Bool bInsTblFormatNum; // Table/Input/NumberRecognition // Automatic recognition of numbers. + sal_Bool bInsTblChangeNumFormat; // Table/Input/NumberFormatRecognition // Automatic recognition of number formats. + sal_Bool bInsTblAlignNum; // Table/Input/Alignment // Align numbers. const com::sun::star::uno::Sequence<rtl::OUString>& GetPropertyNames(); public: |