diff options
author | Christoph Herzog <rhogez@googlemail.com> | 2011-04-25 22:51:51 +0200 |
---|---|---|
committer | Christoph Herzog <rhogez@googlemail.com> | 2011-04-25 22:51:51 +0200 |
commit | d5709e2cf78389658c922493e8d9e8bdf85e9741 (patch) | |
tree | 108813ed550097515bbaaaa970633bd9a86f5e9f /sw/inc/unosett.hxx | |
parent | ff32eaf4fe86d44b94113f87d3ade5b1d543701d (diff) |
Translation of German comments.
Diffstat (limited to 'sw/inc/unosett.hxx')
-rw-r--r-- | sw/inc/unosett.hxx | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sw/inc/unosett.hxx b/sw/inc/unosett.hxx index 055732148f87..b22783062589 100644 --- a/sw/inc/unosett.hxx +++ b/sw/inc/unosett.hxx @@ -47,9 +47,7 @@ class SwDoc; class SwFmtCol; class SwDocShell; class SwNumRule; -/****************************************************************************** - * - ******************************************************************************/ + class SwXFootnoteProperties : public cppu::WeakAggImplHelper2 < ::com::sun::star::beans::XPropertySet, @@ -156,8 +154,8 @@ class SwXNumberingRules : public cppu::WeakAggImplHelper5 String sNewCharStyleNames[MAXLEVEL]; String sNewBulletFontNames[MAXLEVEL]; String sCreatedNumRuleName; //connects to a numbering in SwDoc - SwDoc* pDoc; // wird nur fuers anmelden gebraucht - SwDocShell* pDocShell; //nur, wenn als ChapterNumbering verwendet + SwDoc* pDoc; // Only needed for registration. + SwDocShell* pDocShell; // Only if used as chapter numbering. SwNumRule* pNumRule; const SfxItemPropertySet* m_pPropertySet; sal_Bool bOwnNumRuleCreated; |