summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/SqlNameEdit.hxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-11-08 14:28:59 +0000
committerOcke Janssen <oj@openoffice.org>2001-11-08 14:28:59 +0000
commit9d56385a364975b3894ffecfc1b2134af103d72d (patch)
treee5effb36e515b649a1707d3c4d59c3faba71be70 /dbaccess/source/ui/inc/SqlNameEdit.hxx
parent2e7c4c6247507914c6e0263677a3215159dc4e58 (diff)
#94371# initialize member
Diffstat (limited to 'dbaccess/source/ui/inc/SqlNameEdit.hxx')
-rw-r--r--dbaccess/source/ui/inc/SqlNameEdit.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/dbaccess/source/ui/inc/SqlNameEdit.hxx b/dbaccess/source/ui/inc/SqlNameEdit.hxx
index ccf00dbde639..fa53fb10e76f 100644
--- a/dbaccess/source/ui/inc/SqlNameEdit.hxx
+++ b/dbaccess/source/ui/inc/SqlNameEdit.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: SqlNameEdit.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: oj $ $Date: 2001-07-16 07:50:32 $
+ * last change: $Author: oj $ $Date: 2001-11-08 15:28:59 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -79,6 +79,7 @@ namespace dbaui
OSQLNameChecker(const ::rtl::OUString& _rAllowedChars)
:m_sAllowedChars(_rAllowedChars)
,m_bOnlyUpperCase(sal_False)
+ ,m_bCheck(sal_True)
{
}