diff options
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/inc/xmlversion.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xmloff/inc/xmlversion.hxx b/xmloff/inc/xmlversion.hxx index 820903f3e043..ccf05e3fa8eb 100644 --- a/xmloff/inc/xmlversion.hxx +++ b/xmloff/inc/xmlversion.hxx @@ -87,8 +87,6 @@ public: class XMLVersionContext: public SvXMLImportContext { private: - XMLVersionListImport& GetImport() { return static_cast<XMLVersionListImport&>(SvXMLImportContext::GetImport()); } - static bool ParseISODateTimeString( const OUString& rString, css::util::DateTime& rDateTime ); |