summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/AccessiblePresentationShape.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/AccessiblePresentationShape.hxx')
-rw-r--r--sd/source/ui/inc/AccessiblePresentationShape.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/inc/AccessiblePresentationShape.hxx b/sd/source/ui/inc/AccessiblePresentationShape.hxx
index 194aa4e62cbd..bf43a73792b5 100644
--- a/sd/source/ui/inc/AccessiblePresentationShape.hxx
+++ b/sd/source/ui/inc/AccessiblePresentationShape.hxx
@@ -40,19 +40,19 @@ public:
/** Returns an identifier for the implementation of this object.
*/
- virtual ::rtl::OUString SAL_CALL
+ virtual OUString SAL_CALL
getImplementationName (void)
throw (::com::sun::star::uno::RuntimeException);
//===== internal ========================================================
/// Create a name string that contains the accessible name.
- virtual ::rtl::OUString
+ virtual OUString
CreateAccessibleBaseName ()
throw (::com::sun::star::uno::RuntimeException);
/// Create a description string that contains the accessible description.
- virtual ::rtl::OUString
+ virtual OUString
CreateAccessibleDescription ()
throw (::com::sun::star::uno::RuntimeException);