summaryrefslogtreecommitdiff
path: root/svtools/source/table
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2011-04-01 13:05:33 +0200
committerFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2011-04-01 13:05:33 +0200
commit586adfc8c014ecc5bb7e96da8c28f6e6e30fb0ab (patch)
treed6835c10eca19921b14e36a51763711807a89750 /svtools/source/table
parentc6b495aabfc3ad816fce7089215b2152b39dbfa8 (diff)
gridfixes: removed useles debug output
Diffstat (limited to 'svtools/source/table')
-rw-r--r--svtools/source/table/tabledatawindow.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/svtools/source/table/tabledatawindow.cxx b/svtools/source/table/tabledatawindow.cxx
index d4d9bb90d080..ccdd826686f6 100644
--- a/svtools/source/table/tabledatawindow.cxx
+++ b/svtools/source/table/tabledatawindow.cxx
@@ -158,7 +158,6 @@ namespace svt { namespace table
if ( m_nTipWindowHandle )
{
- OSL_TRACE( ::rtl::OUStringToOString( sHelpText, RTL_TEXTENCODING_ASCII_US ) );
Help::UpdateTip( m_nTipWindowHandle, this, aControlScreenRect, sHelpText );
}
else