diff options
author | Michael Weghorn <m.weghorn@posteo.de> | 2014-12-16 18:32:29 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-12-16 20:37:01 +0000 |
commit | 390c62dfe435469fe550ff223be55cf0d1026253 (patch) | |
tree | 4f31989c6af9c80e09e5b46496ee740a17aecfd6 /include/svtools/imapcirc.hxx | |
parent | e9dd158a866e60ffa5e3724f4aafdfca793da80a (diff) |
fdo#39468 translate German comments
Change-Id: I0a70863a9227cfc7e7b5616fe8fc8d14434ec9ce
Reviewed-on: https://gerrit.libreoffice.org/13496
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/svtools/imapcirc.hxx')
-rw-r--r-- | include/svtools/imapcirc.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svtools/imapcirc.hxx b/include/svtools/imapcirc.hxx index 2ce4127b1bc7..8b6b194019c3 100644 --- a/include/svtools/imapcirc.hxx +++ b/include/svtools/imapcirc.hxx @@ -34,7 +34,7 @@ class SVT_DLLPUBLIC IMapCircleObject : public IMapObject protected: - // Binaer-Im-/Export + // binary import/export virtual void WriteIMapObject( SvStream& rOStm ) const SAL_OVERRIDE; virtual void ReadIMapObject( SvStream& rIStm ) SAL_OVERRIDE; @@ -57,7 +57,7 @@ public: Point GetCenter( bool bPixelCoords = true ) const; sal_uLong GetRadius( bool bPixelCoords = true ) const; - // liefert das BoundRect des Kreis-Objektes in 1/100mm + // returns the BoundRect of the circle object in 1/100mm virtual Rectangle GetBoundRect() const SAL_OVERRIDE; void Scale( const Fraction& rFractX, const Fraction& rFracY ); @@ -65,7 +65,7 @@ public: using IMapObject::IsEqual; bool IsEqual( const IMapCircleObject& rEqObj ); - // Im-/Export + // import/export void WriteCERN( SvStream& rOStm, const OUString& rBaseURL ) const; void WriteNCSA( SvStream& rOStm, const OUString& rBaseURL ) const; }; |