summaryrefslogtreecommitdiff
path: root/shell/source/win32/ooofilereader/dummytag.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/source/win32/ooofilereader/dummytag.hxx')
-rw-r--r--shell/source/win32/ooofilereader/dummytag.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/source/win32/ooofilereader/dummytag.hxx b/shell/source/win32/ooofilereader/dummytag.hxx
index a1be1198e62c..da954c7400a4 100644
--- a/shell/source/win32/ooofilereader/dummytag.hxx
+++ b/shell/source/win32/ooofilereader/dummytag.hxx
@@ -41,7 +41,7 @@ class CDummyTag : public ITag
virtual void addAttributes(const XmlTagAttributes_t& /*attributes*/){};
- virtual std::wstring getTagContent( void )
+ virtual std::wstring getTagContent()
{
return EMPTY_STRING;
};