summaryrefslogtreecommitdiff
path: root/include/svx/fmdpage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/fmdpage.hxx')
-rw-r--r--include/svx/fmdpage.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/fmdpage.hxx b/include/svx/fmdpage.hxx
index 189d5b31257f..027d21878e19 100644
--- a/include/svx/fmdpage.hxx
+++ b/include/svx/fmdpage.hxx
@@ -34,7 +34,7 @@ protected:
// Creating a SdrObject based on a Description. Cann be used by derived classes to
// support own css::drawing::Shapes (for example Controls)
- virtual SdrObject *_CreateSdrObject( const css::uno::Reference< css::drawing::XShape > & xShape )
+ virtual SdrObject *CreateSdrObject_( const css::uno::Reference< css::drawing::XShape > & xShape )
throw (css::uno::RuntimeException, std::exception) override;
// The following method is called when a SvxShape object should be created.