summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbavariables.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/vba/vbavariables.hxx')
-rw-r--r--sw/source/ui/vba/vbavariables.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/vba/vbavariables.hxx b/sw/source/ui/vba/vbavariables.hxx
index 1d13bb5b9e3c..dbd4267f6019 100644
--- a/sw/source/ui/vba/vbavariables.hxx
+++ b/sw/source/ui/vba/vbavariables.hxx
@@ -43,11 +43,11 @@ public:
// SwVbaVariables_BASE
virtual css::uno::Any createCollectionObject( const css::uno::Any& aSource );
- virtual rtl::OUString getServiceImplName();
- virtual css::uno::Sequence<rtl::OUString> getServiceNames();
+ virtual OUString getServiceImplName();
+ virtual css::uno::Sequence<OUString> getServiceNames();
// XVariables
- virtual css::uno::Any SAL_CALL Add( const rtl::OUString& rName, const css::uno::Any& rValue ) throw (css::uno::RuntimeException);
+ virtual css::uno::Any SAL_CALL Add( const OUString& rName, const css::uno::Any& rValue ) throw (css::uno::RuntimeException);
};
#endif /* SW_VBA_VARIABLES_HXX */