Kaydet (Commit) ab4d7eae authored tarafından David Tardon's avatar David Tardon

WaE: intialization order

Change-Id: I9acd04a3803f029db326dc193ff98542ffbea648
üst f2218fa7
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment