summaryrefslogtreecommitdiff
path: root/shell/source/win32/ooofilereader/itag.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/source/win32/ooofilereader/itag.hxx')
-rw-r--r--shell/source/win32/ooofilereader/itag.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/source/win32/ooofilereader/itag.hxx b/shell/source/win32/ooofilereader/itag.hxx
index 841771818257..64a3f8bd7e79 100644
--- a/shell/source/win32/ooofilereader/itag.hxx
+++ b/shell/source/win32/ooofilereader/itag.hxx
@@ -38,7 +38,7 @@ class ITag
virtual void addCharacters(const std::wstring& characters) = 0;
virtual void addAttributes(const XmlTagAttributes_t& attributes) = 0;
virtual ::std::wstring getTagContent() = 0;
- virtual ::std::wstring const getTagAttribute( ::std::wstring const & attrname ) = 0;
+ virtual ::std::wstring getTagAttribute( ::std::wstring const & attrname ) = 0;
};
#endif