From 07f9a847f027139d75ac5eb7c8b48a8bb8cb1324 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sat, 10 Sep 2011 21:57:41 +0100 Subject: callcatcher: various unused methods --- svx/inc/svx/AccessibleShapeTreeInfo.hxx | 13 ------------- svx/inc/svx/DescriptionGenerator.hxx | 10 ---------- svx/inc/svx/ShapeTypeHandler.hxx | 10 ---------- 3 files changed, 33 deletions(-) (limited to 'svx/inc') diff --git a/svx/inc/svx/AccessibleShapeTreeInfo.hxx b/svx/inc/svx/AccessibleShapeTreeInfo.hxx index 37066a003dd5..1e2b6d85d297 100644 --- a/svx/inc/svx/AccessibleShapeTreeInfo.hxx +++ b/svx/inc/svx/AccessibleShapeTreeInfo.hxx @@ -59,14 +59,6 @@ namespace accessibility { class SVX_DLLPUBLIC AccessibleShapeTreeInfo { public: - /** Deprecated. Don't use this constructor any more. - */ - AccessibleShapeTreeInfo ( - const ::com::sun::star::uno::Reference< - ::com::sun::star::accessibility::XAccessibleComponent>& rxDocumentWindow, - const ::com::sun::star::uno::Reference< - ::com::sun::star::document::XEventBroadcaster>& rxBroadcaster); - /** Use this constructor to create an empty object that is filled later with more meaningfull data. */ @@ -86,11 +78,6 @@ public: */ void SetDocumentWindow (const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleComponent>& rxViewWindow); - /** Deprecated. Don't use this method. - */ - ::com::sun::star::uno::Reference< - ::com::sun::star::accessibility::XAccessibleComponent> - GetDocumentWindow (void) const; /** Deprecated. Use the correctly named SetModelBroadcaster method instead. diff --git a/svx/inc/svx/DescriptionGenerator.hxx b/svx/inc/svx/DescriptionGenerator.hxx index f7236d1dc5fa..73c7abc8ff4c 100644 --- a/svx/inc/svx/DescriptionGenerator.hxx +++ b/svx/inc/svx/DescriptionGenerator.hxx @@ -141,11 +141,6 @@ public: */ void AppendString (const ::rtl::OUString& sString); - /** This method adds for debuging and development the list of all known - properties to the description. Don't use in production code. - */ - void AddPropertyNames (void); - /** Add properties that describe line and border attributes. */ void AddLineProperties (void); @@ -182,11 +177,6 @@ private: SVX_DLLPRIVATE void AddColor (const ::rtl::OUString& sPropertyName, const ::rtl::OUString& sLocalizedName); - /** Add a property value of unknown type to the description string. - */ - SVX_DLLPRIVATE void AddUnknown (const ::rtl::OUString& sPropertyName, - const ::rtl::OUString& sLocalizedName); - /** Add a property value formated as integer to the description string. */ SVX_DLLPRIVATE void AddInteger (const ::rtl::OUString& sPropertyName, diff --git a/svx/inc/svx/ShapeTypeHandler.hxx b/svx/inc/svx/ShapeTypeHandler.hxx index 8f6354026e00..6ae4bc71f0a0 100644 --- a/svx/inc/svx/ShapeTypeHandler.hxx +++ b/svx/inc/svx/ShapeTypeHandler.hxx @@ -118,16 +118,6 @@ public: ShapeTypeId GetTypeId (const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape>& rxShape) const; - /** Return the service name of a shape with the specified type. - @param aTypeId - Id of the shape type for which to retrieve the service name. - An unknown shape id results in an empty string. - @return - The returned string contains the service name, with which a - shape of the given type can be created. - */ - const ::rtl::OUString& GetServiceName (ShapeTypeId aTypeId) const; - /** Create a new accessible object for the given shape. @param rShapeInfo Bundle of information passed to the new accessible shape. -- cgit