diff options
author | Kurt Zenker <kz@openoffice.org> | 2009-12-07 14:53:35 +0100 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2009-12-07 14:53:35 +0100 |
commit | a2dc6ec23c5f6fabd3c80d4bcc75f0a913460093 (patch) | |
tree | 6ad3234edc95e19b74ddbdc98e558d250be0270f /accessibility/source/extended/AccessibleGridControlTableCell.cxx | |
parent | 40651dbc54ccb847c97aecb1518f84bdcf5ff996 (diff) |
#i10000# DBG_CTOR can not be used in a non pro version
Diffstat (limited to 'accessibility/source/extended/AccessibleGridControlTableCell.cxx')
-rwxr-xr-x | accessibility/source/extended/AccessibleGridControlTableCell.cxx | 2 |
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; |