summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/file/fanalyzer.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-04-16 09:14:24 +0200
committerNoel Grandin <noel@peralex.com>2014-04-16 11:51:51 +0200
commit199d333f131474729a105afa5a3da61205f61df2 (patch)
tree01c0270df697b8857af0ad52fd8bd4502ccf86a0 /connectivity/source/inc/file/fanalyzer.hxx
parent2f316b07a502b527876462d524061dbf6c9a04d5 (diff)
connectivity: sal_Bool->bool
Change-Id: I96371121ce6697f153f4e973e65831ea2265eb56
Diffstat (limited to 'connectivity/source/inc/file/fanalyzer.hxx')
-rw-r--r--connectivity/source/inc/file/fanalyzer.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/connectivity/source/inc/file/fanalyzer.hxx b/connectivity/source/inc/file/fanalyzer.hxx
index 3a9647ef260a..796c2d6b0ba3 100644
--- a/connectivity/source/inc/file/fanalyzer.hxx
+++ b/connectivity/source/inc/file/fanalyzer.hxx
@@ -38,8 +38,8 @@ namespace connectivity
::rtl::Reference<OPredicateInterpreter> m_aInterpreter;
OConnection* m_pConnection;
- mutable sal_Bool m_bHasSelectionCode;
- mutable sal_Bool m_bSelectionFirstTime;
+ mutable bool m_bHasSelectionCode;
+ mutable bool m_bSelectionFirstTime;
void bindRow(OCodeList& rCodeList,const OValueRefRow& _pRow,OEvaluateSetList& _rEvaluateSetList);
@@ -71,9 +71,9 @@ namespace connectivity
void dispose();
void start(OSQLParseNode* pSQLParseNode);
- virtual sal_Bool hasRestriction() const;
- virtual sal_Bool hasFunctions() const;
- inline sal_Bool evaluateRestriction() { return m_aInterpreter->start(); }
+ virtual bool hasRestriction() const;
+ virtual bool hasFunctions() const;
+ inline bool evaluateRestriction() { return m_aInterpreter->start(); }
void setSelectionEvaluationResult(OValueRefRow& _pRow,const ::std::vector<sal_Int32>& _rColumnMapping);
void setOrigColumns(const OFileColumns& rCols);
virtual OOperandAttr* createOperandAttr(sal_Int32 _nPos,