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

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

Change-Id: I29ad743da5d82ef15aa71ca60783a16a0aa8693d
üst b6928120
......@@ -1931,7 +1931,7 @@ OutputDevice& SwViewShell::GetRefDev() const
GetViewOptions()->getBrowseMode() &&
!GetViewOptions()->IsPrtFormat() )
pTmpOut = GetWin();
else if ( 0 != mpTmpRef )
else if ( mpTmpRef )
pTmpOut = mpTmpRef;
else
pTmpOut = GetDoc()->getIDocumentDeviceAccess().getReferenceDevice( true );
......
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