summaryrefslogtreecommitdiff
path: root/sw/inc/format.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/format.hxx
parent54d8e263fe5f44f408038d23997039f19c90e09c (diff)
Comment translations, bogus comments, commented code removed from SW includes
Diffstat (limited to 'sw/inc/format.hxx')
-rw-r--r--sw/inc/format.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/format.hxx b/sw/inc/format.hxx
index a875ec21e017..ef5c8da16bfa 100644
--- a/sw/inc/format.hxx
+++ b/sw/inc/format.hxx
@@ -298,7 +298,7 @@ public:
inline const SwTblBoxFormula &GetTblBoxFormula( BOOL = TRUE ) const;
inline const SwTblBoxValue &GetTblBoxValue( BOOL = TRUE ) const;
- /** SwFmt::IsBackgroundTransparent - for feature #99657#
+ /** SwFmt::IsBackgroundTransparent
Virtual method to determine, if background of format is transparent.
Default implementation returns false. Thus, subclasses have to overload
@@ -310,7 +310,7 @@ public:
*/
virtual sal_Bool IsBackgroundTransparent() const;
- /** SwFmt::IsShadowTransparent - for feature #99657#
+ /** SwFmt::IsShadowTransparent
Virtual method to determine, if shadow of format is transparent.
Default implementation returns false. Thus, subclasses have to overload