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 <t...@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 <c...@libreoffice.org>
    Reviewed-by: Julien Nabet <serval2...@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
         {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to