diff options
Diffstat (limited to 'include/xmloff/XMLPageExport.hxx')
-rw-r--r-- | include/xmloff/XMLPageExport.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/XMLPageExport.hxx b/include/xmloff/XMLPageExport.hxx index 70ae41dc768e..f2ec924bcfa5 100644 --- a/include/xmloff/XMLPageExport.hxx +++ b/include/xmloff/XMLPageExport.hxx @@ -72,7 +72,7 @@ protected: SvXMLExport& GetExport() { return rExport; } - virtual void collectPageMasterAutoStyle( + void collectPageMasterAutoStyle( const ::com::sun::star::uno::Reference < ::com::sun::star::beans::XPropertySet > & rPropSet, OUString& rPageMasterName ); |