summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk/a11y/atkwrapper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/gtk/a11y/atkwrapper.hxx')
-rw-r--r--vcl/unx/gtk/a11y/atkwrapper.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/unx/gtk/a11y/atkwrapper.hxx b/vcl/unx/gtk/a11y/atkwrapper.hxx
index 939071316692..4a023fa6e4b9 100644
--- a/vcl/unx/gtk/a11y/atkwrapper.hxx
+++ b/vcl/unx/gtk/a11y/atkwrapper.hxx
@@ -77,11 +77,11 @@ struct _AtkObjectWrapperClass
GType atk_object_wrapper_get_type() G_GNUC_CONST;
AtkObject * atk_object_wrapper_ref(
- const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible >& rxAccessible,
+ const css::uno::Reference< css::accessibility::XAccessible >& rxAccessible,
bool create = true );
AtkObject * atk_object_wrapper_new(
- const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible >& rxAccessible,
+ const css::uno::Reference< css::accessibility::XAccessible >& rxAccessible,
AtkObject* parent = nullptr );
void atk_object_wrapper_add_child(AtkObjectWrapper* wrapper, AtkObject *child, gint index);