summaryrefslogtreecommitdiff
path: root/vcl/source/window/window2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/window/window2.cxx')
-rw-r--r--vcl/source/window/window2.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/window2.cxx b/vcl/source/window/window2.cxx
index 284877d3213f..173edb8932e0 100644
--- a/vcl/source/window/window2.cxx
+++ b/vcl/source/window/window2.cxx
@@ -1662,7 +1662,7 @@ bool Window::set_property(const OUString &rKey, const OUString &rValue)
else if (rKey == "accessible-role")
{
sal_Int16 role = BuilderUtils::getRoleFromName(rValue);
- if (role != com::sun::star::accessibility::AccessibleRole::UNKNOWN)
+ if (role != css::accessibility::AccessibleRole::UNKNOWN)
SetAccessibleRole(role);
}
else if (rKey == "use-markup")