diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-04-15 15:23:08 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-04-18 15:30:07 +0200 |
commit | ea83bf52953baa9b09771271e453a5f9a6c5280d (patch) | |
tree | b4dd61920aa82fcfc967c6049686fd1393697782 /include/svx/fmdpage.hxx | |
parent | d9adda92cc6328cd44bf09753caefe23b028a81b (diff) |
Avoid reserved identifier (_CreateSdrObject -> CreateSdrObject_)
Change-Id: Iee63999e4953a083783cb5c9811640150616472d
Diffstat (limited to 'include/svx/fmdpage.hxx')
-rw-r--r-- | include/svx/fmdpage.hxx | 2 |
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. |