summaryrefslogtreecommitdiff
path: root/svx/source/accessibility/ShapeTypeHandler.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-09-10 21:57:41 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-09-12 09:09:59 +0100
commit07f9a847f027139d75ac5eb7c8b48a8bb8cb1324 (patch)
tree1a28b42b812d579b65ae3d6f41d393c46ae06fbc /svx/source/accessibility/ShapeTypeHandler.cxx
parent3127405547d3d4fa5f1f98bab187e7ac19d76b73 (diff)
callcatcher: various unused methods
Diffstat (limited to 'svx/source/accessibility/ShapeTypeHandler.cxx')
-rw-r--r--svx/source/accessibility/ShapeTypeHandler.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/svx/source/accessibility/ShapeTypeHandler.cxx b/svx/source/accessibility/ShapeTypeHandler.cxx
index 01c8d124870c..8747c5fd6848 100644
--- a/svx/source/accessibility/ShapeTypeHandler.cxx
+++ b/svx/source/accessibility/ShapeTypeHandler.cxx
@@ -117,14 +117,6 @@ ShapeTypeId ShapeTypeHandler::GetTypeId (const uno::Reference<drawing::XShape>&
-const OUString& ShapeTypeHandler::GetServiceName (ShapeTypeId aTypeId) const
-{
- return maShapeTypeDescriptorList[aTypeId].msServiceName;
-}
-
-
-
-
/** This factory method determines the type descriptor for the type of the
given shape, then calls the descriptor's create function, and finally
initializes the new object.