From ea83bf52953baa9b09771271e453a5f9a6c5280d Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 15 Apr 2016 15:23:08 +0200 Subject: Avoid reserved identifier (_CreateSdrObject -> CreateSdrObject_) Change-Id: Iee63999e4953a083783cb5c9811640150616472d --- sw/inc/unodraw.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/inc') diff --git a/sw/inc/unodraw.hxx b/sw/inc/unodraw.hxx index 1f66b81c81f0..21b4ba8b2d3a 100644 --- a/sw/inc/unodraw.hxx +++ b/sw/inc/unodraw.hxx @@ -46,7 +46,7 @@ protected: // Create a SdrObject according to a description. Can be used by derived classes to // support own css::drawing::Shapes (e.g. 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; public: -- cgit