summaryrefslogtreecommitdiff
path: root/shell/source/win32/ooofilereader/simpletag.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/source/win32/ooofilereader/simpletag.hxx')
-rw-r--r--shell/source/win32/ooofilereader/simpletag.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/source/win32/ooofilereader/simpletag.hxx b/shell/source/win32/ooofilereader/simpletag.hxx
index 5f167681ec4d..4d878fc483d3 100644
--- a/shell/source/win32/ooofilereader/simpletag.hxx
+++ b/shell/source/win32/ooofilereader/simpletag.hxx
@@ -40,7 +40,7 @@ class CSimpleTag : public ITag
virtual void addAttributes(const XmlTagAttributes_t& attributes) override;
virtual std::wstring getTagContent() override;
- virtual ::std::wstring const getTagAttribute( ::std::wstring const & attrname ) override;
+ virtual ::std::wstring getTagAttribute( ::std::wstring const & attrname ) override;
private:
std::wstring m_SimpleContent;