diff options
author | Johnny_M <klasse@partyheld.de> | 2017-09-23 15:55:23 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-09-25 14:13:13 +0200 |
commit | b165910330285bc0a52eebdf98911e04305dfc5b (patch) | |
tree | caad8b09106b9ed9c0e454bea90b06845306c7c7 /include | |
parent | 8da365e2a7a6b30da6c2ca26b2a5f45f89cd5460 (diff) |
Translate German comments and debug strings (leftovers)
Additionally:
- A few grammatical fixes
Change-Id: I15ba3809f6b4746be5a691ec2adc0ea17730fa4a
Reviewed-on: https://gerrit.libreoffice.org/42690
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/viewlayoutitem.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/viewlayoutitem.hxx b/include/svx/viewlayoutitem.hxx index 4191a8b870f7..259ffbc4d489 100644 --- a/include/svx/viewlayoutitem.hxx +++ b/include/svx/viewlayoutitem.hxx @@ -41,8 +41,8 @@ public: // "purely virtual methods" from the SfxPoolItem virtual bool operator==( const SfxPoolItem& ) const override; virtual SfxPoolItem* Clone( SfxItemPool *pPool = nullptr ) const override; - virtual bool QueryValue( css::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) const override; // leer - virtual bool PutValue( const css::uno::Any& rVal, sal_uInt8 nMemberId ) override; // leer + virtual bool QueryValue( css::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) const override; // empty + virtual bool PutValue( const css::uno::Any& rVal, sal_uInt8 nMemberId ) override; // empty }; |