diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-26 15:18:52 +0200 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-26 18:50:35 +0200 |
commit | 937440b65368e832a9e9fba92dfdb2efec4e06b5 (patch) | |
tree | 93607d34c4fc3f866e05cf603ad0fba04e0a04d4 /xmloff/inc/XMLBitmapLogicalSizePropertyHandler.hxx | |
parent | 7b0dd98941911c686c0d127810d1c333df5026c3 (diff) |
Fix typos
Change-Id: I60261b937215340d2eb6f439234e99a300b0e189
Reviewed-on: https://gerrit.libreoffice.org/76380
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'xmloff/inc/XMLBitmapLogicalSizePropertyHandler.hxx')
-rw-r--r-- | xmloff/inc/XMLBitmapLogicalSizePropertyHandler.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/inc/XMLBitmapLogicalSizePropertyHandler.hxx b/xmloff/inc/XMLBitmapLogicalSizePropertyHandler.hxx index 6550c42ea25c..0c01f0c8ff53 100644 --- a/xmloff/inc/XMLBitmapLogicalSizePropertyHandler.hxx +++ b/xmloff/inc/XMLBitmapLogicalSizePropertyHandler.hxx @@ -37,13 +37,13 @@ public: // Just needed for virtual destruction virtual ~XMLBitmapLogicalSizePropertyHandler() override; - /// Imports the given value in cas of the given XML-data-type + /// Imports the given value in case of the given XML-data-type virtual bool importXML( const OUString& rStrImpValue, css::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const override; - /// Exports the given value in cas of the given XML-data-type + /// Exports the given value in case of the given XML-data-type virtual bool exportXML( OUString& rStrExpValue, const css::uno::Any& rValue, |