diff options
-rw-r--r-- | filter/source/msfilter/eschesdo.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/msfilter/eschesdo.cxx b/filter/source/msfilter/eschesdo.cxx index 0eb7c2890a6b..c80b387e9aed 100644 --- a/filter/source/msfilter/eschesdo.cxx +++ b/filter/source/msfilter/eschesdo.cxx @@ -1209,7 +1209,7 @@ const SdrObject* ImplEESdrObject::GetSdrObject() const return EscherEx::GetSdrObject( mXShape ); } -// loads and converts text from shape, result is being saved in mnTextSize respeichert +// loads and converts text from shape, result is saved in mnTextSize sal_uInt32 ImplEESdrObject::ImplGetText() { Reference< XText > xXText( mXShape, UNO_QUERY ); |