sd/source/core/stlsheet.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit dab89f3b122259d4655b50ce0f0e31e9b68f348c Author: Pranav Kant <[email protected]> Date: Fri Feb 12 20:17:14 2016 +0530 sd: Translate a german comment Change-Id: I1017a7ba058779fbde6fd03e6e280b814197fdee Reviewed-on: https://gerrit.libreoffice.org/22347 Tested-by: Jenkins <[email protected]> Reviewed-by: Chris Sherlock <[email protected]> diff --git a/sd/source/core/stlsheet.cxx b/sd/source/core/stlsheet.cxx index 26af961..233a623 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 ); } _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
