Kaydet (Commit) 24c35276 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

warning C4242: '=' : conversion from 'size_t' to 'sal_uInt16'

Change-Id: I892a0418125e9c660577d6acccf78e82c2b7f56c
üst 9662166f
......@@ -1116,7 +1116,7 @@ void SmDocShell::Execute(SfxRequest& rReq)
bool (::svl::IUndoManager:: *fnDo)();
sal_uInt16 nCount;
std::size_t nCount;
if( SID_UNDO == rReq.GetSlot() )
{
nCount = pTmpUndoMgr->GetUndoActionCount();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment