summaryrefslogtreecommitdiff
path: root/connectivity/source/parse/sqlflex.l
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/parse/sqlflex.l')
-rwxr-xr-xconnectivity/source/parse/sqlflex.l4
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/parse/sqlflex.l b/connectivity/source/parse/sqlflex.l
index 80bd5573fc37..0bb1bb1b3493 100755
--- a/connectivity/source/parse/sqlflex.l
+++ b/connectivity/source/parse/sqlflex.l
@@ -708,9 +708,9 @@ using namespace connectivity;
static bool IN_SQLyyerror;
//------------------------------------------------------------------------------
OSQLScanner::OSQLScanner()
- : m_nCurrentPos(0)
+ : m_pContext(NULL)
+ , m_nCurrentPos(0)
, m_bInternational(sal_False)
- , m_pContext(NULL)
, m_nRule(0) // 0 is INITIAL
{
IN_SQLyyerror = false;