summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
Diffstat (limited to 'starmath')
-rw-r--r--starmath/inc/document.hxx6
-rw-r--r--starmath/source/document.cxx6
2 files changed, 6 insertions, 6 deletions
diff --git a/starmath/inc/document.hxx b/starmath/inc/document.hxx
index 08c80509179d..b08a59a870e5 100644
--- a/starmath/inc/document.hxx
+++ b/starmath/inc/document.hxx
@@ -124,9 +124,9 @@ class SmDocShell : public SfxObjectShell, public SfxListener
virtual void FillClass(SvGlobalName* pClassName,
sal_uInt32* pFormat,
- String* pAppName,
- String* pFullTypeName,
- String* pShortTypeName,
+ OUString* pAppName,
+ OUString* pFullTypeName,
+ OUString* pShortTypeName,
sal_Int32 nFileFormat,
sal_Bool bTemplate = sal_False ) const;
diff --git a/starmath/source/document.cxx b/starmath/source/document.cxx
index 7d258e94b399..6f6222163e48 100644
--- a/starmath/source/document.cxx
+++ b/starmath/source/document.cxx
@@ -1398,9 +1398,9 @@ void SmDocShell::SetVisArea(const Rectangle & rVisArea)
void SmDocShell::FillClass(SvGlobalName* pClassName,
sal_uInt32* pFormat,
- String* /*pAppName*/,
- String* pFullTypeName,
- String* pShortTypeName,
+ OUString* /*pAppName*/,
+ OUString* pFullTypeName,
+ OUString* pShortTypeName,
sal_Int32 nFileFormat,
sal_Bool bTemplate /* = sal_False */) const
{