diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-03-28 15:41:03 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-03-28 15:41:03 +0100 |
commit | 3b836710c491b1cc407bbe3a4a709ea41fd9dc49 (patch) | |
tree | 3b9a3d371eb4e93d093299df470af20df8d1cb05 /fpicker | |
parent | d0542fe7251d9c6538331b22a4b5e2e294a92e97 (diff) |
Remove remaining DBG_CTOR etc. remnants from fpicker
Change-Id: I736ce8d12372b115e42319e9b3c352e36cbae346
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/office/asyncfilepicker.cxx | 9 | ||||
-rw-r--r-- | fpicker/source/office/fpinteraction.cxx | 7 | ||||
-rw-r--r-- | fpicker/source/office/iodlgimp.cxx | 8 |
3 files changed, 0 insertions, 24 deletions
diff --git a/fpicker/source/office/asyncfilepicker.cxx b/fpicker/source/office/asyncfilepicker.cxx index d4c52416ac2d..e1c2ebe33cf4 100644 --- a/fpicker/source/office/asyncfilepicker.cxx +++ b/fpicker/source/office/asyncfilepicker.cxx @@ -28,13 +28,6 @@ namespace svt { - - - - //= AsyncPickerAction - - DBG_NAME( AsyncPickerAction ) - AsyncPickerAction::AsyncPickerAction( SvtFileDialog* _pDialog, SvtFileView* _pView, const Action _eAction ) :m_refCount ( 0 ) ,m_eAction ( _eAction ) @@ -42,7 +35,6 @@ namespace svt ,m_pDialog ( _pDialog ) ,m_bRunning ( false ) { - DBG_CTOR( AsyncPickerAction, NULL ); DBG_ASSERT( m_pDialog, "AsyncPickerAction::AsyncPickerAction: invalid dialog!" ); DBG_ASSERT( m_pView, "AsyncPickerAction::AsyncPickerAction: invalid view!" ); } @@ -50,7 +42,6 @@ namespace svt AsyncPickerAction::~AsyncPickerAction() { - DBG_DTOR( AsyncPickerAction, NULL ); } diff --git a/fpicker/source/office/fpinteraction.cxx b/fpicker/source/office/fpinteraction.cxx index f2a8a4beb267..e2d614f5b444 100644 --- a/fpicker/source/office/fpinteraction.cxx +++ b/fpicker/source/office/fpinteraction.cxx @@ -33,24 +33,17 @@ namespace svt using namespace ::com::sun::star::task; using namespace ::com::sun::star::ucb; - - //= OFilePickerInteractionHandler - - DBG_NAME( OFilePickerInteractionHandler ) - OFilePickerInteractionHandler::OFilePickerInteractionHandler( const ::com::sun::star::uno::Reference< ::com::sun::star::task::XInteractionHandler >& _rxMaster ) :m_xMaster( _rxMaster ) ,m_bUsed( sal_False ) ,m_eInterceptions( OFilePickerInteractionHandler::E_NOINTERCEPTION ) { - DBG_CTOR( OFilePickerInteractionHandler, NULL ); DBG_ASSERT( m_xMaster.is(), "OFilePickerInteractionHandler::OFilePickerInteractionHandler: invalid master handler!" ); } OFilePickerInteractionHandler::~OFilePickerInteractionHandler( ) { - DBG_DTOR( OFilePickerInteractionHandler, NULL ); } diff --git a/fpicker/source/office/iodlgimp.cxx b/fpicker/source/office/iodlgimp.cxx index 2ff7d55713eb..7543ef886b72 100644 --- a/fpicker/source/office/iodlgimp.cxx +++ b/fpicker/source/office/iodlgimp.cxx @@ -69,17 +69,10 @@ namespace }; } - -// SvtFileDialogFilter_Impl - - -DBG_NAME( SvtFileDialogFilter_Impl ) SvtFileDialogFilter_Impl::SvtFileDialogFilter_Impl( const OUString& rName, const OUString& rType ) :m_aName( rName ) ,m_aType( rType ) { - DBG_CTOR( SvtFileDialogFilter_Impl, NULL ); - m_aType = m_aType.toAsciiLowerCase(); } @@ -87,7 +80,6 @@ SvtFileDialogFilter_Impl::SvtFileDialogFilter_Impl( const OUString& rName, const SvtFileDialogFilter_Impl::~SvtFileDialogFilter_Impl() { - DBG_DTOR( SvtFileDialogFilter_Impl, NULL ); } |