summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2010-12-17 12:33:22 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2010-12-17 12:33:22 +0100
commit06a337f319ea6161d30880a623ee38d12befab45 (patch)
treeef25e744fe60844cf325b581d20978b17d3e1b6c /starmath
parent44f8ffd1dbe32b7c3b46aaf1536727a291a6c41f (diff)
undoapi: (I|Sfx)UndoManager now working with size_t instead of USHORT
Diffstat (limited to 'starmath')
-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 )