summaryrefslogtreecommitdiff
path: root/fpicker/source/office/iodlgimp.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/iodlgimp.cxx
parentd0542fe7251d9c6538331b22a4b5e2e294a92e97 (diff)
Remove remaining DBG_CTOR etc. remnants from fpicker
Change-Id: I736ce8d12372b115e42319e9b3c352e36cbae346
Diffstat (limited to 'fpicker/source/office/iodlgimp.cxx')
-rw-r--r--fpicker/source/office/iodlgimp.cxx8
1 files changed, 0 insertions, 8 deletions
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 );
}