summaryrefslogtreecommitdiff
path: root/extensions/source/dbpilots/optiongrouplayouter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/dbpilots/optiongrouplayouter.hxx')
-rw-r--r--extensions/source/dbpilots/optiongrouplayouter.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/dbpilots/optiongrouplayouter.hxx b/extensions/source/dbpilots/optiongrouplayouter.hxx
index 2c1c41f256ca..bf67374e1665 100644
--- a/extensions/source/dbpilots/optiongrouplayouter.hxx
+++ b/extensions/source/dbpilots/optiongrouplayouter.hxx
@@ -37,12 +37,12 @@ namespace dbp
class OOptionGroupLayouter
{
- ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >
+ css::uno::Reference< css::uno::XComponentContext >
mxContext;
public:
explicit OOptionGroupLayouter(
- const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& _rxContext
+ const css::uno::Reference< css::uno::XComponentContext >& _rxContext
);
public:
@@ -53,7 +53,7 @@ namespace dbp
protected:
static void implAnchorShape(
- const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxShapeProps
+ const css::uno::Reference< css::beans::XPropertySet >& _rxShapeProps
);
};