summaryrefslogtreecommitdiff
path: root/reportdesign/source/ui/inspection/GeometryHandler.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/ui/inspection/GeometryHandler.cxx')
-rw-r--r--reportdesign/source/ui/inspection/GeometryHandler.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/reportdesign/source/ui/inspection/GeometryHandler.cxx b/reportdesign/source/ui/inspection/GeometryHandler.cxx
index bfc6d9f73873..ec3ef752847f 100644
--- a/reportdesign/source/ui/inspection/GeometryHandler.cxx
+++ b/reportdesign/source/ui/inspection/GeometryHandler.cxx
@@ -225,7 +225,6 @@ OUString GeometryHandler::impl_convertToFormula( const uno::Any& _rControlValue
aParser = ReportFormula( impl_isDataField(sName) ? ReportFormula::Field : ReportFormula::Expression, sName );
return aParser.getCompleteFormula();
}
-DBG_NAME(rpt_GeometryHandler)
GeometryHandler::GeometryHandler(uno::Reference< uno::XComponentContext > const & context) :
GeometryHandler_Base(m_aMutex)
,m_aPropertyListeners( m_aMutex )
@@ -234,7 +233,6 @@ GeometryHandler::GeometryHandler(uno::Reference< uno::XComponentContext > const
,m_nDataFieldType(0)
,m_bIn(false)
{
- DBG_CTOR(rpt_GeometryHandler,NULL);
try
{
m_xFormComponentHandler = form::inspection::FormComponentPropertyHandler::create(m_xContext);
@@ -248,7 +246,6 @@ GeometryHandler::GeometryHandler(uno::Reference< uno::XComponentContext > const
// -----------------------------------------------------------------------------
GeometryHandler::~GeometryHandler()
{
- DBG_DTOR(rpt_GeometryHandler,NULL);
}
//------------------------------------------------------------------------
OUString SAL_CALL GeometryHandler::getImplementationName( ) throw(uno::RuntimeException)