summaryrefslogtreecommitdiff
path: root/starmath/source/document.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source/document.cxx')
-rw-r--r--starmath/source/document.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/document.cxx b/starmath/source/document.cxx
index d15bb0d034c5..564230939a89 100644
--- a/starmath/source/document.cxx
+++ b/starmath/source/document.cxx
@@ -1267,7 +1267,7 @@ void SmDocShell::GetState(SfxItemSet &rSet)
::svl::IUndoManager* pTmpUndoMgr = GetUndoManager();
if( pTmpUndoMgr )
{
- UniString(::svl::IUndoManager:: *fnGetComment)( USHORT, bool const ) const;
+ UniString(::svl::IUndoManager:: *fnGetComment)( size_t, bool const ) const;
sal_uInt16 nCount;
if( SID_GETUNDOSTRINGS == nWh )