diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-04-15 15:27:20 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-04-18 15:30:07 +0200 |
commit | 277193b12217e6ec1b49719d15a7e11d177f1a5c (patch) | |
tree | 3677d0bd849ee06203bd151daa1d9c5ad291fb06 /include/svx/unopage.hxx | |
parent | ea83bf52953baa9b09771271e453a5f9a6c5280d (diff) |
Avoid reserved identifier (_CreateShape -> CreateShape)
Change-Id: Idcdd35302e60392fae9f63de1828e1a41ab89610
Diffstat (limited to 'include/svx/unopage.hxx')
-rw-r--r-- | include/svx/unopage.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/unopage.hxx b/include/svx/unopage.hxx index 831a6d6e517f..808bba5b23f1 100644 --- a/include/svx/unopage.hxx +++ b/include/svx/unopage.hxx @@ -100,7 +100,7 @@ class SVX_DLLPUBLIC SvxDrawPage : public ::cppu::WeakAggImplHelper6< css::drawin // The following method is called if a SvxShape object is to be created. // Derived classes can create a derivation or an SvxShape aggregating object. - virtual css::uno::Reference< css::drawing::XShape > _CreateShape( SdrObject *pObj ) const + virtual css::uno::Reference< css::drawing::XShape > CreateShape( SdrObject *pObj ) const throw (css::uno::RuntimeException, std::exception); UNO3_GETIMPLEMENTATION_DECL( SvxDrawPage ) |