diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-09-10 21:57:41 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-09-12 09:09:59 +0100 |
commit | 07f9a847f027139d75ac5eb7c8b48a8bb8cb1324 (patch) | |
tree | 1a28b42b812d579b65ae3d6f41d393c46ae06fbc /svx/inc | |
parent | 3127405547d3d4fa5f1f98bab187e7ac19d76b73 (diff) |
callcatcher: various unused methods
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/svx/AccessibleShapeTreeInfo.hxx | 13 | ||||
-rw-r--r-- | svx/inc/svx/DescriptionGenerator.hxx | 10 | ||||
-rw-r--r-- | svx/inc/svx/ShapeTypeHandler.hxx | 10 |
3 files changed, 0 insertions, 33 deletions
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. |