summaryrefslogtreecommitdiffstats
path: root/connectivity/source/drivers/mozab/MDatabaseMetaData.cxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-11-26 12:52:26 +0000
committerOcke Janssen <oj@openoffice.org>2001-11-26 12:52:26 +0000
commit543c6d10d7f6d812bfcee8c06b3ef09c089e9cda (patch)
tree50cf9a251782e82a08cbc99922fdfe5680dcecf7 /connectivity/source/drivers/mozab/MDatabaseMetaData.cxx
parent#95223# Delete LibraryContainerInfo (diff)
downloadcore-543c6d10d7f6d812bfcee8c06b3ef09c089e9cda.tar.gz
core-543c6d10d7f6d812bfcee8c06b3ef09c089e9cda.zip
#94985# performance increase
Diffstat (limited to 'connectivity/source/drivers/mozab/MDatabaseMetaData.cxx')
-rw-r--r--connectivity/source/drivers/mozab/MDatabaseMetaData.cxx11
1 files changed, 6 insertions, 5 deletions
diff --git a/connectivity/source/drivers/mozab/MDatabaseMetaData.cxx b/connectivity/source/drivers/mozab/MDatabaseMetaData.cxx
index 2949683f8018..6c51df8e89b5 100644
--- a/connectivity/source/drivers/mozab/MDatabaseMetaData.cxx
+++ b/connectivity/source/drivers/mozab/MDatabaseMetaData.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: MDatabaseMetaData.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: dkenny $ $Date: 2001-11-15 10:01:12 $
+ * last change: $Author: oj $ $Date: 2001-11-26 13:51:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -85,14 +85,15 @@
#ifndef _COM_SUN_STAR_SDBC_COLUMNVALUE_HPP_
#include <com/sun/star/sdbc/ColumnValue.hpp>
#endif
+#include <com/sun/star/sdbc/ColumnSearch.hpp>
#include <vector>
-#ifdef DEBUG
+#ifdef _DEBUG
# define OUtoCStr( x ) ( ::rtl::OUStringToOString ( (x), RTL_TEXTENCODING_ASCII_US).getStr())
-#else /* DEBUG */
+#else /* _DEBUG */
# define OUtoCStr( x ) ("dummy")
-#endif /* DEBUG */
+#endif /* _DEBUG */
using namespace connectivity::mozab;
using namespace connectivity;