diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-03-10 16:15:26 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-03-10 17:39:59 +0100 |
commit | 3b0b4ac5fc16a5f5568dd4da63818723b6d1d6fd (patch) | |
tree | a4e997e80b83d4e9a5c1767f5af285eea2acf781 /svx/source/inc/GraphCtlAccessibleContext.hxx | |
parent | 62fae8bda81508828cca4ed8d2911961ce1971a4 (diff) |
svx: simplify deprecated XTypeProvider.getImplementationId
Change-Id: I520563a98c1285fed97174d2aaedfdd042ca699f
Diffstat (limited to 'svx/source/inc/GraphCtlAccessibleContext.hxx')
-rw-r--r-- | svx/source/inc/GraphCtlAccessibleContext.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/svx/source/inc/GraphCtlAccessibleContext.hxx b/svx/source/inc/GraphCtlAccessibleContext.hxx index 9507cdee7478..17c5ff535019 100644 --- a/svx/source/inc/GraphCtlAccessibleContext.hxx +++ b/svx/source/inc/GraphCtlAccessibleContext.hxx @@ -185,8 +185,6 @@ public: */ void setModelAndView (SdrModel* pModel, SdrView* pView); -private: - static ::com::sun::star::uno::Sequence< sal_Int8 > getUniqueId( void ); protected: /** Return the object's current bounding box relative to the desktop, |