summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-07 07:56:44 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-07 07:57:12 +0200
commitb9792cb9553abb11cc3c7fb6c68a88f716b07b57 (patch)
treecf303ed27b5bd7cadd0281254bf2decf0fccd16f /include
parent449907b707ebcc45642dd7890f6dfd6923bfc285 (diff)
Avoid reserved identifiers
Change-Id: I63ab4de02702c6f74caa3a65f7d297e2a95a65cd
Diffstat (limited to 'include')
-rw-r--r--include/svx/unopage.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/unopage.hxx b/include/svx/unopage.hxx
index ebf855ec092f..34643638f2cc 100644
--- a/include/svx/unopage.hxx
+++ b/include/svx/unopage.hxx
@@ -72,8 +72,8 @@ class SVX_DLLPUBLIC SvxDrawPage : public ::cppu::WeakAggImplHelper6< css::drawin
SdrModel* mpModel;
SdrView* mpView;
- void _SelectObjectsInView( const css::uno::Reference< css::drawing::XShapes >& aShapes, SdrPageView* pPageView ) throw ();
- void _SelectObjectInView( const css::uno::Reference< css::drawing::XShape >& xShape, SdrPageView* pPageView ) throw();
+ void SelectObjectsInView( const css::uno::Reference< css::drawing::XShapes >& aShapes, SdrPageView* pPageView ) throw ();
+ void SelectObjectInView( const css::uno::Reference< css::drawing::XShape >& xShape, SdrPageView* pPageView ) throw();
virtual void disposing() throw();