summaryrefslogtreecommitdiffstats
path: root/accessibility/source/extended/AccessibleGridControlTableCell.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2009-12-07 14:53:35 +0100
committerKurt Zenker <kz@openoffice.org>2009-12-07 14:53:35 +0100
commita2dc6ec23c5f6fabd3c80d4bcc75f0a913460093 (patch)
tree6ad3234edc95e19b74ddbdc98e558d250be0270f /accessibility/source/extended/AccessibleGridControlTableCell.cxx
parentCWS-TOOLING: integrate CWS dv18_DEV300 (diff)
downloadcore-a2dc6ec23c5f6fabd3c80d4bcc75f0a913460093.tar.gz
core-a2dc6ec23c5f6fabd3c80d4bcc75f0a913460093.zip
#i10000# DBG_CTOR can not be used in a non pro version
Diffstat (limited to 'accessibility/source/extended/AccessibleGridControlTableCell.cxx')
-rwxr-xr-xaccessibility/source/extended/AccessibleGridControlTableCell.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/accessibility/source/extended/AccessibleGridControlTableCell.cxx b/accessibility/source/extended/AccessibleGridControlTableCell.cxx
index 1c420724194a..981a3e6086b0 100755
--- a/accessibility/source/extended/AccessibleGridControlTableCell.cxx
+++ b/accessibility/source/extended/AccessibleGridControlTableCell.cxx
@@ -77,7 +77,7 @@ namespace accessibility
,m_nRowPos( _nRowPos )
,m_nColPos( _nColPos )
{
- DBG_CTOR( svt_AccessibleGridControlCell, NULL );
+// DBG_CTOR( svt_AccessibleGridControlCell, NULL );
// set accessible name here, because for that we need the position of the cell
// and so the base class isn't capable of doing this
::rtl::OUString aAccName;