diff options
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/draw/ximpshap.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/draw/ximpshap.cxx b/xmloff/source/draw/ximpshap.cxx index 89bb474f928e..f433107d4eb9 100644 --- a/xmloff/source/draw/ximpshap.cxx +++ b/xmloff/source/draw/ximpshap.cxx @@ -226,7 +226,7 @@ css::uno::Reference< css::xml::sax::XFastContextHandler > SdXMLShapeContext::cre } } - // if we have a text cursor, lets try to import some text + // if we have a text cursor, let's try to import some text if( mxCursor.is() ) { xContext = GetImport().GetTextImport()->CreateTextChildContext( |