summaryrefslogtreecommitdiffstats
path: root/sw/source/core/text/porfly.hxx
diff options
context:
space:
mode:
authorPhilipp Weissenbacher <p.weissenbacher@gmail.com>2015-01-25 17:35:00 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-01-27 10:03:01 +0000
commitacabab05c1f99f9bd47638b9d3899d2e64aca1de (patch)
tree04e040aeea2a9fd45155a1d191c2095ca4e99468 /sw/source/core/text/porfly.hxx
parentthis seems to be the intent of the code (diff)
downloadcore-acabab05c1f99f9bd47638b9d3899d2e64aca1de.tar.gz
core-acabab05c1f99f9bd47638b9d3899d2e64aca1de.zip
fdo#39468 Translate German comments - sw/source/core/text
Change-Id: Idee941019e87f4e132110adf566e432f99df79ce Reviewed-on: https://gerrit.libreoffice.org/14174 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/source/core/text/porfly.hxx')
-rw-r--r--sw/source/core/text/porfly.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/text/porfly.hxx b/sw/source/core/text/porfly.hxx
index 1921c1b2dd68..31be954e9e1d 100644
--- a/sw/source/core/text/porfly.hxx
+++ b/sw/source/core/text/porfly.hxx
@@ -52,12 +52,12 @@ class SwFlyCntPortion : public SwLinePortion
virtual sal_Int32 GetCrsrOfst( const sal_uInt16 nOfst ) const SAL_OVERRIDE;
public:
- // OD 29.07.2003 #110978# - use new datatype for parameter <nFlags>
+ // Use new datatype for parameter <nFlags>
SwFlyCntPortion( const SwTxtFrm& rFrm, SwFlyInCntFrm *pFly,
const Point &rBase,
long nAscent, long nDescent, long nFlyAsc, long nFlyDesc,
objectpositioning::AsCharFlags nFlags );
- // OD 29.07.2003 #110978# - use new datatype for parameter <nFlags>
+ // Use new datatype for parameter <nFlags>
SwFlyCntPortion( const SwTxtFrm& rFrm, SwDrawContact *pDrawContact,
const Point &rBase,
long nAscent, long nDescent, long nFlyAsc, long nFlyDesc,
@@ -74,7 +74,7 @@ public:
inline sal_uInt8 GetAlign() const { return nAlign; }
inline void SetAlign( sal_uInt8 nNew ) { nAlign = nNew; }
inline void SetMax( bool bNew ) { bMax = bNew; }
- // OD 29.07.2003 #110978# - use new datatype for parameter <nFlags>
+ // Use new datatype for parameter <nFlags>
void SetBase( const SwTxtFrm& rFrm, const Point &rBase,
long nLnAscent, long nLnDescent,
long nFlyAscent, long nFlyDescent,