summaryrefslogtreecommitdiff
path: root/fpicker/source/office/fpinteraction.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-03-28 15:41:03 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-03-28 15:41:03 +0100
commit3b836710c491b1cc407bbe3a4a709ea41fd9dc49 (patch)
tree3b9a3d371eb4e93d093299df470af20df8d1cb05 /fpicker/source/office/fpinteraction.cxx
parentd0542fe7251d9c6538331b22a4b5e2e294a92e97 (diff)
Remove remaining DBG_CTOR etc. remnants from fpicker
Change-Id: I736ce8d12372b115e42319e9b3c352e36cbae346
Diffstat (limited to 'fpicker/source/office/fpinteraction.cxx')
-rw-r--r--fpicker/source/office/fpinteraction.cxx7
1 files changed, 0 insertions, 7 deletions
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 );
}