Kaydet (Commit) bcb20ec9 authored tarafından Lionel Elie Mamane's avatar Lionel Elie Mamane

comment meaning inverted wrt to reality in code

Change-Id: I9974921bd62bf4f57e13ffb681b2a90e1403c90b
üst 8c0cf0bc
...@@ -140,7 +140,7 @@ namespace connectivity ...@@ -140,7 +140,7 @@ namespace connectivity
sal_Bool m_bLastRecord; sal_Bool m_bLastRecord;
sal_Bool m_bFreeHandle; sal_Bool m_bFreeHandle;
sal_Bool m_bInserting; sal_Bool m_bInserting;
sal_Bool m_bFetchData; // true when SQLGetaData can be called in any order or when fetching data for m_aRow sal_Bool m_bFetchData; // false when SQLGetData can be called in any order or when fetching data for m_aRow
sal_Bool m_bRowInserted; sal_Bool m_bRowInserted;
sal_Bool m_bRowDeleted; sal_Bool m_bRowDeleted;
sal_Bool m_bUseFetchScroll; sal_Bool m_bUseFetchScroll;
......
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