[Libreoffice-commits] core.git: compilerplugins/clang sw/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Nov 22 06:40:04 UTC 2018


 compilerplugins/clang/unusedenumconstants.untouched.results |    6 ------
 sw/source/core/inc/txtfly.hxx                               |    2 --
 2 files changed, 8 deletions(-)

New commits:
commit 507dc611bd561c854f228b92ec70348b8e8ddd06
Author:     Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Wed Nov 21 14:51:08 2018 +0200
Commit:     Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Thu Nov 22 07:39:35 2018 +0100

    remove unused PAGESIDE enum
    
    Change-Id: I45185865ec0645040b129885beb97bebafefe70a
    Reviewed-on: https://gerrit.libreoffice.org/63747
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
    Tested-by: Noel Grandin <noel.grandin at collabora.co.uk>

diff --git a/compilerplugins/clang/unusedenumconstants.untouched.results b/compilerplugins/clang/unusedenumconstants.untouched.results
index 9eccb025d858..ce531f8143d7 100644
--- a/compilerplugins/clang/unusedenumconstants.untouched.results
+++ b/compilerplugins/clang/unusedenumconstants.untouched.results
@@ -466,12 +466,6 @@ sw/inc/poolfmt.hxx:234
     enum RES_POOL_TABSTYLE_TYPE RES_POOLTABLESTYLE_LO6_SIMPLE_LIST_SHADED
 sw/inc/tblafmt.hxx:286
     enum SwTableAutoFormat::UpdateFlags UPDATE_ALL
-sw/source/core/inc/txtfly.hxx:42
-    enum PAGESIDE RIGHT_SIDE
-sw/source/core/inc/txtfly.hxx:42
-    enum PAGESIDE LEFT_SIDE
-sw/source/core/inc/txtfly.hxx:42
-    enum PAGESIDE DONTKNOW_SIDE
 sw/source/filter/ww8/ww8scan.hxx:388
     enum ePLCFT SEP
 sw/source/filter/ww8/ww8struc.hxx:944
diff --git a/sw/source/core/inc/txtfly.hxx b/sw/source/core/inc/txtfly.hxx
index b3ecc1f07d9c..f8b2979d927f 100644
--- a/sw/source/core/inc/txtfly.hxx
+++ b/sw/source/core/inc/txtfly.hxx
@@ -39,8 +39,6 @@ class SwContourCache;
 
 typedef std::vector< SwAnchoredObject* > SwAnchoredObjList;
 
-enum PAGESIDE { LEFT_SIDE, RIGHT_SIDE, DONTKNOW_SIDE };
-
 /** Contour-cache global variable, initialized/destroyed in txtinit.cxx
     and needed in txtfly.cxx by text wrapping.
   */


More information about the Libreoffice-commits mailing list