diff options
author | Pranav Kant <pranavk@collabora.com> | 2016-02-12 20:17:14 +0530 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-02-14 01:31:51 +0000 |
commit | dab89f3b122259d4655b50ce0f0e31e9b68f348c (patch) | |
tree | 26b6486d8e7c6a08adbb49b3384839e321b67447 | |
parent | 5b9fdf01c49e0a43e8e6df5ffbc0119e3c4417d6 (diff) |
sd: Translate a german comment
Change-Id: I1017a7ba058779fbde6fd03e6e280b814197fdee
Reviewed-on: https://gerrit.libreoffice.org/22347
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
-rw-r--r-- | sd/source/core/stlsheet.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/core/stlsheet.cxx b/sd/source/core/stlsheet.cxx index 26af96182453..233a623a070b 100644 --- a/sd/source/core/stlsheet.cxx +++ b/sd/source/core/stlsheet.cxx @@ -1133,7 +1133,7 @@ Any SAL_CALL SdStyleSheet::getPropertyValue( const OUString& PropertyName ) thro if(SvxUnoTextRangeBase::GetPropertyValueHelper( aSet, pEntry, aAny )) return aAny; - // Hole Wert aus ItemSet + // Get value of ItemSet aAny = SvxItemPropertySet_getPropertyValue( pEntry, aSet ); } |