diff options
Diffstat (limited to 'sfx2/source/view')
-rw-r--r-- | sfx2/source/view/sfxbasecontroller.cxx | 2 | ||||
-rw-r--r-- | sfx2/source/view/viewfac.cxx | 2 | ||||
-rw-r--r-- | sfx2/source/view/viewfrm.cxx | 11 | ||||
-rw-r--r-- | sfx2/source/view/viewfrm2.cxx | 1 | ||||
-rw-r--r-- | sfx2/source/view/viewsh.cxx | 11 |
5 files changed, 0 insertions, 27 deletions
diff --git a/sfx2/source/view/sfxbasecontroller.cxx b/sfx2/source/view/sfxbasecontroller.cxx index 0f5df44af853..259250eef39b 100644 --- a/sfx2/source/view/sfxbasecontroller.cxx +++ b/sfx2/source/view/sfxbasecontroller.cxx @@ -475,7 +475,6 @@ DBG_NAME(sfx2_SfxBaseController) SfxBaseController::SfxBaseController( SfxViewShell* pViewShell ) : m_pData ( new IMPL_SfxBaseController_DataContainer( m_aMutex, pViewShell, this )) { - DBG_CTOR(sfx2_SfxBaseController,NULL); m_pData->m_pViewShell->SetController( this ); } @@ -485,7 +484,6 @@ SfxBaseController::SfxBaseController( SfxViewShell* pViewShell ) SfxBaseController::~SfxBaseController() { - DBG_DTOR(sfx2_SfxBaseController,NULL); delete m_pData; } diff --git a/sfx2/source/view/viewfac.cxx b/sfx2/source/view/viewfac.cxx index 24b5eef7a7ef..04118dabc666 100644 --- a/sfx2/source/view/viewfac.cxx +++ b/sfx2/source/view/viewfac.cxx @@ -27,7 +27,6 @@ DBG_NAME(SfxViewFactory) SfxViewShell *SfxViewFactory::CreateInstance(SfxViewFrame *pFrame, SfxViewShell *pOldSh ) { - DBG_CHKTHIS(SfxViewFactory, 0); return (*fnCreate)(pFrame, pOldSh); } @@ -58,7 +57,6 @@ SfxViewFactory::SfxViewFactory( SfxViewCtor fnC, nOrd(nOrdinal), m_sViewName( OUString::createFromAscii( asciiViewName ) ) { - DBG_CTOR(SfxViewFactory, 0); } diff --git a/sfx2/source/view/viewfrm.cxx b/sfx2/source/view/viewfrm.cxx index 1b659b53372c..87a791515c42 100644 --- a/sfx2/source/view/viewfrm.cxx +++ b/sfx2/source/view/viewfrm.cxx @@ -1075,7 +1075,6 @@ void SfxViewFrame::ReleaseObjectShell_Impl() <SfxViewFrame::SetObjectShell(SfxObjectShell&)> */ { - DBG_CHKTHIS(SfxViewFrame, 0); DBG_ASSERT( xObjSh.Is(), "no SfxObjectShell to release!" ); GetFrame().ReleasingComponent_Impl( sal_True ); @@ -1130,7 +1129,6 @@ void SfxViewFrame::ReleaseObjectShell_Impl() sal_Bool SfxViewFrame::Close() { - DBG_CHKTHIS(SfxViewFrame, 0); DBG_ASSERT( GetFrame().IsClosing_Impl() || !GetFrame().GetFrameInterface().is(), "ViewFrame closed too early!" ); @@ -1155,7 +1153,6 @@ sal_Bool SfxViewFrame::Close() void SfxViewFrame::DoActivate( sal_Bool bUI, SfxViewFrame* pOldFrame ) { - DBG_CHKTHIS(SfxViewFrame, 0); SFX_APP(); pDispatcher->DoActivate_Impl( bUI, pOldFrame ); @@ -1177,7 +1174,6 @@ void SfxViewFrame::DoActivate( sal_Bool bUI, SfxViewFrame* pOldFrame ) void SfxViewFrame::DoDeactivate(sal_Bool bUI, SfxViewFrame* pNewFrame ) { - DBG_CHKTHIS(SfxViewFrame, 0); SFX_APP(); pDispatcher->DoDeactivate_Impl( bUI, pNewFrame ); @@ -1269,7 +1265,6 @@ const SvBorder& SfxViewFrame::GetBorderPixelImpl void SfxViewFrame::Notify( SfxBroadcaster& /*rBC*/, const SfxHint& rHint ) { - {DBG_CHKTHIS(SfxViewFrame, 0);} if( IsDowning_Impl()) return; @@ -1464,7 +1459,6 @@ SfxViewFrame::SfxViewFrame , pBindings( new SfxBindings ) , nAdjustPosPixelLock( 0 ) { - DBG_CTOR( SfxViewFrame, NULL ); rFrame.SetCurrentViewFrame_Impl( this ); rFrame.SetFrameType_Impl( GetFrameType() | SFXFRAME_HASTITLE ); @@ -1479,7 +1473,6 @@ SfxViewFrame::SfxViewFrame SfxViewFrame::~SfxViewFrame() { - DBG_DTOR(SfxViewFrame, 0); SetDowning_Impl(); @@ -1515,7 +1508,6 @@ void SfxViewFrame::KillDispatcher_Impl() // Remove and delete the Dispatcher. { - DBG_CHKTHIS(SfxViewFrame, 0); SfxModule* pModule = xObjSh.Is() ? xObjSh->GetModule() : 0; if ( xObjSh.Is() ) @@ -1605,7 +1597,6 @@ void SfxViewFrame::DoAdjustPosSizePixel //! divide on Inner.../Outer... const Size& rSize ) { - DBG_CHKTHIS(SfxViewFrame, 0); // Components do not use this Method! if( pSh && pSh->GetWindow() && !nAdjustPosPixelLock ) @@ -2235,7 +2226,6 @@ void SfxViewFrame::ExecView_Impl */ { - DBG_CHKTHIS(SfxViewFrame, 0); // If the Shells are just being replaced... if ( !GetObjectShell() || !GetViewShell() ) @@ -2394,7 +2384,6 @@ void SfxViewFrame::StateView_Impl */ { - DBG_CHKTHIS(SfxViewFrame, 0); SfxObjectShell *pDocSh = GetObjectShell(); diff --git a/sfx2/source/view/viewfrm2.cxx b/sfx2/source/view/viewfrm2.cxx index 1b0e9820f4a0..b77cb7cf4ec2 100644 --- a/sfx2/source/view/viewfrm2.cxx +++ b/sfx2/source/view/viewfrm2.cxx @@ -118,7 +118,6 @@ void SfxViewFrame::UpdateTitle() */ { - DBG_CHKTHIS(SfxViewFrame, 0); const SfxObjectFactory &rFact = GetObjectShell()->GetFactory(); pImp->aFactoryName = OUString::createFromAscii(rFact.GetShortName()); diff --git a/sfx2/source/view/viewsh.cxx b/sfx2/source/view/viewsh.cxx index 2b7d94da21df..2caad242dafc 100644 --- a/sfx2/source/view/viewsh.cxx +++ b/sfx2/source/view/viewsh.cxx @@ -782,7 +782,6 @@ void SfxViewShell::ExecMisc_Impl( SfxRequest &rReq ) void SfxViewShell::GetState_Impl( SfxItemSet &rSet ) { - DBG_CHKTHIS(SfxViewShell, 0); SfxWhichIter aIter( rSet ); for ( sal_uInt16 nSID = aIter.FirstWhich(); nSID; nSID = aIter.NextWhich() ) @@ -986,7 +985,6 @@ SfxInPlaceClient* SfxViewShell::GetUIActiveClient() const void SfxViewShell::Activate( sal_Bool bMDI ) { - DBG_CHKTHIS(SfxViewShell, 0); if ( bMDI ) { SfxObjectShell *pSh = GetViewFrame()->GetObjectShell(); @@ -1001,7 +999,6 @@ void SfxViewShell::Activate( sal_Bool bMDI ) void SfxViewShell::Deactivate(sal_Bool /*bMDI*/) { - DBG_CHKTHIS(SfxViewShell, 0); } @@ -1013,7 +1010,6 @@ void SfxViewShell::AdjustPosSizePixel ) { - DBG_CHKTHIS(SfxViewShell, 0); } @@ -1085,7 +1081,6 @@ void SfxViewShell::OuterResizePixel */ { - DBG_CHKTHIS(SfxViewShell, 0); SetBorderPixel( SvBorder() ); } @@ -1136,7 +1131,6 @@ void SfxViewShell::InnerResizePixel */ { - DBG_CHKTHIS(SfxViewShell, 0); SetBorderPixel( SvBorder() ); } @@ -1144,7 +1138,6 @@ void SfxViewShell::InnerResizePixel void SfxViewShell::InvalidateBorder() { - DBG_CHKTHIS(SfxViewShell, 0); DBG_ASSERT( GetViewFrame(), "SfxViewShell without SfxViewFrame" ); GetViewFrame()->InvalidateBorderImpl( this ); @@ -1158,7 +1151,6 @@ void SfxViewShell::InvalidateBorder() void SfxViewShell::SetBorderPixel( const SvBorder &rBorder ) { - DBG_CHKTHIS(SfxViewShell, 0); DBG_ASSERT( GetViewFrame(), "SfxViewShell without SfxViewFrame" ); GetViewFrame()->SetBorderPixelImpl( this, rBorder ); @@ -1174,7 +1166,6 @@ void SfxViewShell::SetBorderPixel( const SvBorder &rBorder ) const SvBorder& SfxViewShell::GetBorderPixel() const { - DBG_CHKTHIS(SfxViewShell, 0); DBG_ASSERT( GetViewFrame(), "SfxViewShell without SfxViewFrame" ); return GetViewFrame()->GetBorderPixelImpl( this ); @@ -1239,7 +1230,6 @@ SfxViewShell::SfxViewShell , pWindow(0) , bNoNewWindow( 0 != (nFlags & SFX_VIEW_NO_NEWWINDOW) ) { - DBG_CTOR(SfxViewShell, 0); if ( pViewFrame->GetParentViewFrame() ) { @@ -1260,7 +1250,6 @@ SfxViewShell::SfxViewShell SfxViewShell::~SfxViewShell() { - DBG_DTOR(SfxViewShell, 0); // Remove from list const SfxViewShell *pThis = this; |