summaryrefslogtreecommitdiff
path: root/connectivity/source/inc
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2017-02-07 10:04:23 +0900
committerJulien Nabet <serval2412@yahoo.fr>2017-02-07 08:47:11 +0000
commitf31d07b546c27417949b03821569573a2b4bfae9 (patch)
tree1d7e8a44291c0ff6c1fbe02802337685b1d07965 /connectivity/source/inc
parentf57424cc4c0dd68083c7935ce8a9b795625cf84c (diff)
connectivity: Remove leftover OEvaluateSet
Change-Id: Ia8ecabb426c969a02174b399a479dfb337b36a79 Reviewed-on: https://gerrit.libreoffice.org/33983 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'connectivity/source/inc')
-rw-r--r--connectivity/source/inc/file/fanalyzer.hxx1
-rw-r--r--connectivity/source/inc/file/fcode.hxx2
2 files changed, 0 insertions, 3 deletions
diff --git a/connectivity/source/inc/file/fanalyzer.hxx b/connectivity/source/inc/file/fanalyzer.hxx
index 1eee9ed9ffd1..0188f623c7ea 100644
--- a/connectivity/source/inc/file/fanalyzer.hxx
+++ b/connectivity/source/inc/file/fanalyzer.hxx
@@ -30,7 +30,6 @@ namespace connectivity
class OConnection;
class OOO_DLLPUBLIC_FILE OSQLAnalyzer final
{
- typedef ::std::list<OEvaluateSet*> OEvaluateSetList;
typedef ::std::pair< ::rtl::Reference<OPredicateCompiler>,::rtl::Reference<OPredicateInterpreter> > TPredicates;
::std::vector< TPredicates > m_aSelectionEvaluations;
diff --git a/connectivity/source/inc/file/fcode.hxx b/connectivity/source/inc/file/fcode.hxx
index 177e1ca32edd..191d3d24e166 100644
--- a/connectivity/source/inc/file/fcode.hxx
+++ b/connectivity/source/inc/file/fcode.hxx
@@ -38,8 +38,6 @@ namespace connectivity
class OOperand;
typedef ::std::stack<OOperand*> OCodeStack;
- class OBoolOperator;
- typedef ::std::map<sal_Int32,sal_Int32> OEvaluateSet;
class OOO_DLLPUBLIC_FILE OCode
{