summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/calc/CCatalog.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/calc/CCatalog.cxx')
-rw-r--r--connectivity/source/drivers/calc/CCatalog.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/connectivity/source/drivers/calc/CCatalog.cxx b/connectivity/source/drivers/calc/CCatalog.cxx
index da63d9d443a8..8bc6fa6240d4 100644
--- a/connectivity/source/drivers/calc/CCatalog.cxx
+++ b/connectivity/source/drivers/calc/CCatalog.cxx
@@ -34,12 +34,10 @@ using namespace connectivity::calc;
OCalcCatalog::OCalcCatalog(OCalcConnection* _pCon) : file::OFileCatalog(_pCon)
{
- SAL_INFO( "connectivity.drivers", "calc Ocke.Janssen@sun.com OCalcCatalog::OCalcCatalog" );
}
void OCalcCatalog::refreshTables()
{
- SAL_INFO( "connectivity.drivers", "calc Ocke.Janssen@sun.com OCalcCatalog::refreshTables" );
TStringVector aVector;
Sequence< OUString > aTypes;
OCalcConnection::ODocHolder aDocHodler(((OCalcConnection*)m_pConnection));