summaryrefslogtreecommitdiff
path: root/shell/source/win32/ooofilereader/keywordstag.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/source/win32/ooofilereader/keywordstag.hxx')
-rw-r--r--shell/source/win32/ooofilereader/keywordstag.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/source/win32/ooofilereader/keywordstag.hxx b/shell/source/win32/ooofilereader/keywordstag.hxx
index 3fb5372c47eb..2ec3de1cf1c5 100644
--- a/shell/source/win32/ooofilereader/keywordstag.hxx
+++ b/shell/source/win32/ooofilereader/keywordstag.hxx
@@ -36,7 +36,7 @@ class CKeywordsTag : public ITag
virtual void addCharacters(const std::wstring& characters) override;
virtual void addAttributes(const XmlTagAttributes_t& attributes) override;
virtual std::wstring getTagContent() override;
- 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(); };
private:
std::vector<std::wstring> m_slKeywords;