summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/SqlNameEdit.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-06-24 12:57:04 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-06-27 05:18:07 +0000
commit22864b44fd00b5a778ef597f8dfcb407d4166306 (patch)
treefbdaa2e7c1aae149dab6194f9033b9543c74b441 /dbaccess/source/ui/inc/SqlNameEdit.hxx
parentcea4c1afdf4ae0cbda8ae531f2e26d911d0fd6e1 (diff)
loplugin:singlevalfields in dbaccess
Change-Id: I5c8990187b2b488eb75369c2a3e3dc7f855ce06a Reviewed-on: https://gerrit.libreoffice.org/26633 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'dbaccess/source/ui/inc/SqlNameEdit.hxx')
-rw-r--r--dbaccess/source/ui/inc/SqlNameEdit.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/dbaccess/source/ui/inc/SqlNameEdit.hxx b/dbaccess/source/ui/inc/SqlNameEdit.hxx
index 9889c9815d48..253fc5432400 100644
--- a/dbaccess/source/ui/inc/SqlNameEdit.hxx
+++ b/dbaccess/source/ui/inc/SqlNameEdit.hxx
@@ -27,12 +27,10 @@ namespace dbaui
class OSQLNameChecker
{
OUString m_sAllowedChars;
- bool m_bOnlyUpperCase;
bool m_bCheck; // true when we should check for invalid chars
public:
OSQLNameChecker(const OUString& _rAllowedChars)
:m_sAllowedChars(_rAllowedChars)
- ,m_bOnlyUpperCase(false)
,m_bCheck(true)
{
}