Kaydet (Commit) 6c7b5b03 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

no need to make that separate statements

Change-Id: I2b08d200f1e361cdb3f3d3c12fec1b3377b81e30
üst 9509ce61
...@@ -3229,8 +3229,7 @@ void SfxViewFrame::ChildWindowState( SfxItemSet& rState ) ...@@ -3229,8 +3229,7 @@ void SfxViewFrame::ChildWindowState( SfxItemSet& rState )
SfxWorkWindow* SfxViewFrame::GetWorkWindow_Impl( sal_uInt16 /*nId*/ ) SfxWorkWindow* SfxViewFrame::GetWorkWindow_Impl( sal_uInt16 /*nId*/ )
{ {
SfxWorkWindow* pWork = 0; SfxWorkWindow* pWork = GetFrame().GetWorkWindow_Impl();
pWork = GetFrame().GetWorkWindow_Impl();
return pWork; return pWork;
} }
......
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