summaryrefslogtreecommitdiff
path: root/shell/source/win32/ooofilereader/autostyletag.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/source/win32/ooofilereader/autostyletag.hxx')
-rw-r--r--shell/source/win32/ooofilereader/autostyletag.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/source/win32/ooofilereader/autostyletag.hxx b/shell/source/win32/ooofilereader/autostyletag.hxx
index b1a5cfb546f1..2bfe4f8f4d20 100644
--- a/shell/source/win32/ooofilereader/autostyletag.hxx
+++ b/shell/source/win32/ooofilereader/autostyletag.hxx
@@ -45,7 +45,7 @@ class CAutoStyleTag : public ITag
virtual void addCharacters(const std::wstring& characters) override;
virtual void addAttributes(const XmlTagAttributes_t& attributes) override;
virtual std::wstring getTagContent() override { return EMPTY_STRING; };
- virtual ::std::wstring const getTagAttribute( ::std::wstring const & /*attrname*/ ) override { return ::std::wstring() ; }
+ virtual ::std::wstring getTagAttribute( ::std::wstring const & /*attrname*/ ) override { return ::std::wstring() ; }
void setStyle( ::std::wstring const & Style );
void setLocale(const LocaleSet_t& Locale);