summaryrefslogtreecommitdiff
path: root/include/svx/ShapeTypeHandler.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-23 09:07:12 +0200
committerNoel Grandin <noel@peralex.com>2015-10-23 10:48:50 +0200
commitc06e2fcc2c03c4b6353bd9a1e282c36de872d777 (patch)
tree69cdc7e4bf9d658b108d2a71a8d9ed41c518ed0d /include/svx/ShapeTypeHandler.hxx
parenta1ff0745cc4f78777e8dba1e7bb52d18386d7394 (diff)
com::sun::star->css in include/sot to include/typelib
Change-Id: I9cd92b53370a6b6018d2f7c648890f9c014a27de
Diffstat (limited to 'include/svx/ShapeTypeHandler.hxx')
-rw-r--r--include/svx/ShapeTypeHandler.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/svx/ShapeTypeHandler.hxx b/include/svx/ShapeTypeHandler.hxx
index 297150be6c84..022212541911 100644
--- a/include/svx/ShapeTypeHandler.hxx
+++ b/include/svx/ShapeTypeHandler.hxx
@@ -105,8 +105,8 @@ public:
set or the referenced object does not support the
XShapeDescriptor interface.
*/
- ShapeTypeId GetTypeId (const ::com::sun::star::uno::Reference<
- ::com::sun::star::drawing::XShape>& rxShape) const;
+ ShapeTypeId GetTypeId (const css::uno::Reference<
+ css::drawing::XShape>& rxShape) const;
/** Create a new accessible object for the given shape.
@param rShapeInfo
@@ -140,8 +140,8 @@ public:
/// get the accessible base name for an object
static OUString CreateAccessibleBaseName (
- const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& rxShape)
- throw (::com::sun::star::uno::RuntimeException, std::exception);
+ const css::uno::Reference< css::drawing::XShape >& rxShape)
+ throw (css::uno::RuntimeException, std::exception);
protected:
// Declare default constructor, copy constructor, destructor, and
@@ -192,8 +192,8 @@ private:
Returns the slot id of the shape with the given service name or
0 when the service name is not known.
*/
- SVX_DLLPRIVATE long GetSlotId (const ::com::sun::star::uno::Reference<
- ::com::sun::star::drawing::XShape>& rxShape) const;
+ SVX_DLLPRIVATE long GetSlotId (const css::uno::Reference<
+ css::drawing::XShape>& rxShape) const;
};
} // end of namespace accessible