summaryrefslogtreecommitdiff
path: root/sc/inc/servuno.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/servuno.hxx')
-rw-r--r--sc/inc/servuno.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/servuno.hxx b/sc/inc/servuno.hxx
index a95b6abce5c7..f17e50134991 100644
--- a/sc/inc/servuno.hxx
+++ b/sc/inc/servuno.hxx
@@ -101,7 +101,7 @@ public:
// pDocShell is not needed for all Services
static ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >
MakeInstance( sal_uInt16 nType, ScDocShell* pDocShell );
- static ::com::sun::star::uno::Sequence<rtl::OUString> GetAllServiceNames();
+ static ::com::sun::star::uno::Sequence<OUString> GetAllServiceNames();
static sal_uInt16 GetProviderType(const String& rServiceName);
};