summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/TConnection.hxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-05-14 10:42:44 +0000
committerOcke Janssen <oj@openoffice.org>2001-05-14 10:42:44 +0000
commit0abbd65247f1527153ca8692d453bca72052a023 (patch)
tree872cdbeaef351a83688e06008c128a145ec119cd /connectivity/source/inc/TConnection.hxx
parent3111f05ead7ee44b051faeb245e6538a9a796dd2 (diff)
#86528# lower size need
Diffstat (limited to 'connectivity/source/inc/TConnection.hxx')
-rw-r--r--connectivity/source/inc/TConnection.hxx11
1 files changed, 9 insertions, 2 deletions
diff --git a/connectivity/source/inc/TConnection.hxx b/connectivity/source/inc/TConnection.hxx
index 7edc93333f87..44957d3e9525 100644
--- a/connectivity/source/inc/TConnection.hxx
+++ b/connectivity/source/inc/TConnection.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: TConnection.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: oj $ $Date: 2001-04-27 10:08:11 $
+ * last change: $Author: oj $ $Date: 2001-05-14 11:34:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -79,6 +79,9 @@
#ifndef _CPPUHELPER_COMPBASE4_HXX_
#include <cppuhelper/compbase4.hxx>
#endif
+#ifndef _CONNECTIVITY_PROPERTYIDS_HXX_
+#include "propertyids.hxx"
+#endif
namespace connectivity
@@ -93,8 +96,12 @@ namespace connectivity
{
protected:
::osl::Mutex m_aMutex;
+ static ::dbtools::OPropertyMap s_aPropertyNameMap;
rtl_TextEncoding m_nTextEncoding; // the encoding which is used for all text conversions
public:
+
+ static ::dbtools::OPropertyMap& getPropMap();
+
OMetaConnection() : OMetaConnection_BASE(m_aMutex) ,m_nTextEncoding(RTL_TEXTENCODING_MS_1252){}
rtl_TextEncoding getTextEncoding() const { return m_nTextEncoding; }