[Libreoffice-commits] core.git: connectivity/source
Takeshi Abe
tabe at fixedpoint.jp
Tue Feb 7 08:47:31 UTC 2017
connectivity/source/inc/file/fanalyzer.hxx | 1 -
connectivity/source/inc/file/fcode.hxx | 2 --
2 files changed, 3 deletions(-)
New commits:
commit f31d07b546c27417949b03821569573a2b4bfae9
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date: Tue Feb 7 10:04:23 2017 +0900
connectivity: Remove leftover OEvaluateSet
Change-Id: Ia8ecabb426c969a02174b399a479dfb337b36a79
Reviewed-on: https://gerrit.libreoffice.org/33983
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/connectivity/source/inc/file/fanalyzer.hxx b/connectivity/source/inc/file/fanalyzer.hxx
index 1eee9ed..0188f62 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 177e1ca..191d3d2 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
{
More information about the Libreoffice-commits
mailing list