summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/ChartRangeSelectionListener.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/ChartRangeSelectionListener.hxx')
-rw-r--r--sc/source/ui/inc/ChartRangeSelectionListener.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/inc/ChartRangeSelectionListener.hxx b/sc/source/ui/inc/ChartRangeSelectionListener.hxx
index c2242c7f397e..80eb17fe94c0 100644
--- a/sc/source/ui/inc/ChartRangeSelectionListener.hxx
+++ b/sc/source/ui/inc/ChartRangeSelectionListener.hxx
@@ -55,12 +55,12 @@ protected:
virtual void SAL_CALL disposing();
// ____ XServiceInfo ____
- virtual ::rtl::OUString SAL_CALL getImplementationName()
+ virtual OUString SAL_CALL getImplementationName()
throw (::com::sun::star::uno::RuntimeException);
virtual ::sal_Bool SAL_CALL supportsService(
- const ::rtl::OUString& ServiceName )
+ const OUString& ServiceName )
throw (::com::sun::star::uno::RuntimeException);
- virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames()
+ virtual ::com::sun::star::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames()
throw (::com::sun::star::uno::RuntimeException);
private: