summaryrefslogtreecommitdiffstats
path: root/include/svx/viewlayoutitem.hxx
diff options
context:
space:
mode:
authorJohnny_M <klasse@partyheld.de>2017-04-22 00:18:44 +0200
committerMichael Stahl <mstahl@redhat.com>2017-04-26 12:06:16 +0200
commitda6e471af190c04cad1a2d93067d698a10ddbd80 (patch)
tree6a8aee9caf87e58c4be287901ae6fc59097c8349 /include/svx/viewlayoutitem.hxx
parenttdf#84323: Make osl::Condition::wait more readable (diff)
downloadcore-da6e471af190c04cad1a2d93067d698a10ddbd80.tar.gz
core-da6e471af190c04cad1a2d93067d698a10ddbd80.zip
Translate German comments (leftovers in include/svx/)
Change-Id: I1f4238525962d57956fd08c93e7c4d3bc52e4dc5 Reviewed-on: https://gerrit.libreoffice.org/36808 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'include/svx/viewlayoutitem.hxx')
-rw-r--r--include/svx/viewlayoutitem.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/viewlayoutitem.hxx b/include/svx/viewlayoutitem.hxx
index 978accfdf96d..4db019d2210e 100644
--- a/include/svx/viewlayoutitem.hxx
+++ b/include/svx/viewlayoutitem.hxx
@@ -38,7 +38,7 @@ public:
void SetBookMode( bool bNew ) {mbBookMode = bNew; }
bool IsBookMode() const {return mbBookMode; }
- // "pure virtual Methoden" vom SfxPoolItem
+ // "purely virtual methods" from the SfxPoolItem
virtual bool operator==( const SfxPoolItem& ) const override;
virtual SfxPoolItem* Clone( SfxItemPool *pPool = nullptr ) const override;
virtual SfxPoolItem* Create( SvStream& rStrm, sal_uInt16 nVersion ) const override; // leer