summaryrefslogtreecommitdiff
path: root/sw/source/core/access/accnotexthyperlink.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/access/accnotexthyperlink.cxx')
-rw-r--r--sw/source/core/access/accnotexthyperlink.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/access/accnotexthyperlink.cxx b/sw/source/core/access/accnotexthyperlink.cxx
index 24eb0d2c626c..e6c149e1ae6c 100644
--- a/sw/source/core/access/accnotexthyperlink.cxx
+++ b/sw/source/core/access/accnotexthyperlink.cxx
@@ -158,7 +158,7 @@ Reference< XAccessibleKeyBinding > SAL_CALL
new ::comphelper::OAccessibleKeyBindingHelper();
xKeyBinding = pKeyBindingHelper;
- ::com::sun::star::awt::KeyStroke aKeyStroke;
+ css::awt::KeyStroke aKeyStroke;
aKeyStroke.Modifiers = 0;
aKeyStroke.KeyCode = KEY_RETURN;
aKeyStroke.KeyChar = 0;
@@ -227,7 +227,7 @@ sal_Int32 SAL_CALL SwAccessibleNoTextHyperlink::getEndIndex()
}
sal_Bool SAL_CALL SwAccessibleNoTextHyperlink::isValid( )
- throw (::com::sun::star::uno::RuntimeException, std::exception)
+ throw (css::uno::RuntimeException, std::exception)
{
SolarMutexGuard g;