Kaydet (Commit) 59adad74 authored tarafından David Tardon's avatar David Tardon

error C2666: 'operator ==' : 2 overloads have similar conversions

Change-Id: I94b54586477ae0cad3b5351953cccffffecbf902
üst f307a2c5
......@@ -506,7 +506,8 @@ SmCursor& SmDocShell::GetCursor(){
SmPrinterAccess::SmPrinterAccess( SmDocShell &rDocShell )
{
if ( 0 != (pPrinter = rDocShell.GetPrt()) )
pPrinter = rDocShell.GetPrt();
if ( pPrinter )
{
pPrinter->Push( PushFlags::MAPMODE );
if ( SfxObjectCreateMode::EMBEDDED == rDocShell.GetCreateMode() )
......
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