summaryrefslogtreecommitdiff
path: root/sw/inc/swatrset.hxx
diff options
context:
space:
mode:
authorRobert Roth <robert.roth@in.com>2010-10-31 18:28:43 +0200
committerMichael Meeks <michael.meeks@novell.com>2010-11-01 20:47:45 +0000
commit448bea16df6f21575e9befb5052ad9b4a9e50922 (patch)
tree5b15170c3c31acf6d008e7c7d99bcffc7a5eff4c /sw/inc/swatrset.hxx
parent1455a3780d07448ee010ef489bd337244f9870d0 (diff)
Some redundant and bogus comments removed, some German comments translated.
Diffstat (limited to 'sw/inc/swatrset.hxx')
-rw-r--r--sw/inc/swatrset.hxx21
1 files changed, 8 insertions, 13 deletions
diff --git a/sw/inc/swatrset.hxx b/sw/inc/swatrset.hxx
index abad91650b66..6544f2623bba 100644
--- a/sw/inc/swatrset.hxx
+++ b/sw/inc/swatrset.hxx
@@ -101,12 +101,10 @@ class SwFmtNoBalancedColumns;
class SvxFrameDirectionItem;
class SwTextGridItem;
class SwHeaderAndFooterEatSpacingItem;
-// OD 18.09.2003 #i18732#
class SwFmtFollowTextFlow;
-// OD 2004-05-05 #i28701#
class SwFmtWrapInfluenceOnObjPos;
-// Grafik-Attribute
+// Graphic attributes
class SwMirrorGrf;
class SwCropGrf;
class SwRotationGrf;
@@ -120,7 +118,7 @@ class SwInvertGrf;
class SwTransparencyGrf;
class SwDrawModeGrf;
-// Paragraph-Attribute
+// Paragraph attributes
class SvxLineSpacingItem;
class SvxAdjustItem;
class SvxFmtSplitItem;
@@ -138,7 +136,7 @@ class SvxParaVertAlignItem;
class SvxParaGridItem;
class SwParaConnectBorderItem;
-// TabellenBox-Attribute
+// TableBox attributes
class SwTblBoxNumFormat;
class SwTblBoxFormula;
class SwTblBoxValue;
@@ -151,7 +149,7 @@ class SwAttrPool : public SfxItemPool
static USHORT* pVersionMap2;
static USHORT* pVersionMap3;
static USHORT* pVersionMap4;
- // OD 2004-01-21 #i18732# - due to extension of attribute set a new version
+ // due to extension of attribute set a new version
// map for binary filter is necessary (version map 5).
static USHORT* pVersionMap5;
static USHORT* pVersionMap6;
@@ -176,7 +174,7 @@ public:
class SW_DLLPUBLIC SwAttrSet : public SfxItemSet
{
- // Pointer fuers Modify-System
+ // Pointer for Modify-System
SwAttrSet *pOldSet, *pNewSet;
// Notification-Callback
@@ -226,7 +224,6 @@ public:
// den Parents gesucht werden soll. Wird nichts gefunden,
// wird das deflt. Attribut returnt.
// Charakter-Attribute - impl. steht im charatr.hxx
- // AMA 12.10.94: Umstellung von SwFmt... auf Svx...
inline const SvxPostureItem &GetPosture( BOOL = TRUE ) const;
inline const SvxWeightItem &GetWeight( BOOL = TRUE ) const;
inline const SvxShadowedItem &GetShadowed( BOOL = TRUE ) const;
@@ -302,12 +299,10 @@ public:
inline const SvxFrameDirectionItem &GetFrmDir( BOOL = TRUE ) const;
inline const SwTextGridItem &GetTextGrid( BOOL = TRUE ) const;
inline const SwHeaderAndFooterEatSpacingItem &GetHeaderAndFooterEatSpacing( BOOL = TRUE ) const;
- // OD 18.09.2003 #i18732#
inline const SwFmtFollowTextFlow &GetFollowTextFlow(BOOL = TRUE) const;
- // OD 2004-05-05 #i28701#
inline const SwFmtWrapInfluenceOnObjPos& GetWrapInfluenceOnObjPos(BOOL = TRUE) const;
- // Grafik-Attribute - impl. steht im grfatr.hxx
+ // Graphic attributes - implementation in grfatr.hxx
inline const SwMirrorGrf &GetMirrorGrf( BOOL = TRUE ) const;
inline const SwCropGrf &GetCropGrf( BOOL = TRUE ) const;
inline const SwRotationGrf &GetRotationGrf(BOOL = TRUE ) const;
@@ -321,7 +316,7 @@ public:
inline const SwTransparencyGrf &GetTransparencyGrf(BOOL = TRUE ) const;
inline const SwDrawModeGrf &GetDrawModeGrf(BOOL = TRUE ) const;
- // Paragraph-Attribute - impl. steht im paratr.hxx
+ // Paragraph attributes - implementation in paratr.hxx
inline const SvxLineSpacingItem &GetLineSpacing( BOOL = TRUE ) const;
inline const SvxAdjustItem &GetAdjust( BOOL = TRUE ) const;
inline const SvxFmtSplitItem &GetSplit( BOOL = TRUE ) const;
@@ -339,7 +334,7 @@ public:
inline const SvxParaGridItem &GetParaGrid(BOOL = TRUE) const;
inline const SwParaConnectBorderItem &GetParaConnectBorder(BOOL = TRUE ) const;
- // TabellenBox-Attribute - impl. steht im cellatr.hxx
+ // Tablebox attributes - implementation in cellatr.hxx
inline const SwTblBoxNumFormat &GetTblBoxNumFmt( BOOL = TRUE ) const;
inline const SwTblBoxFormula &GetTblBoxFormula( BOOL = TRUE ) const;
inline const SwTblBoxValue &GetTblBoxValue( BOOL = TRUE ) const;