summaryrefslogtreecommitdiffstats
path: root/sw/inc/fmtclbl.hxx
diff options
context:
space:
mode:
authorRobert Roth <robert.roth.off@gmail.com>2010-11-15 11:59:57 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-11-15 11:59:57 +0000
commitd67e79934fa19cd667c2455e5e95dd48df511179 (patch)
treefad02748be4007f72432d57a8a40e2ae9f64d49c /sw/inc/fmtclbl.hxx
parentMisuse of RTL_CONSTASCII_STRINGPARAM instead of RTL_CONSTASCII_USTRINGPARAM (diff)
downloadcore-d67e79934fa19cd667c2455e5e95dd48df511179.tar.gz
core-d67e79934fa19cd667c2455e5e95dd48df511179.zip
Comment translations, bogus comments, commented code removed from SW includes
Diffstat (limited to 'sw/inc/fmtclbl.hxx')
-rw-r--r--sw/inc/fmtclbl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/fmtclbl.hxx b/sw/inc/fmtclbl.hxx
index 9d8775f6f121..ba97935d3c92 100644
--- a/sw/inc/fmtclbl.hxx
+++ b/sw/inc/fmtclbl.hxx
@@ -40,7 +40,7 @@ public:
SwFmtNoBalancedColumns( BOOL bFlag = FALSE )
: SfxBoolItem( RES_COLUMNBALANCE, bFlag ) {}
- // "pure virtual Methoden" vom SfxPoolItem
+ // "pure virtual methods" of SfxPoolItem
virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const;
};