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/XMLBitmapRepeatOffsetPropertyHandler.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/XMLBitmapRepeatOffsetPropertyHandler.hxx')
-rw-r--r-- | xmloff/inc/XMLBitmapRepeatOffsetPropertyHandler.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/inc/XMLBitmapRepeatOffsetPropertyHandler.hxx b/xmloff/inc/XMLBitmapRepeatOffsetPropertyHandler.hxx index 70c6bf17f7fc..e33f1c832a42 100644 --- a/xmloff/inc/XMLBitmapRepeatOffsetPropertyHandler.hxx +++ b/xmloff/inc/XMLBitmapRepeatOffsetPropertyHandler.hxx @@ -39,13 +39,13 @@ public: // Just needed for virtual destruction virtual ~XMLBitmapRepeatOffsetPropertyHandler() 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, |