summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-11-21 14:51:08 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-11-22 07:39:35 +0100
commit507dc611bd561c854f228b92ec70348b8e8ddd06 (patch)
treee99a6d40fec3d21f761498bef41243d733715199
parentecd6b4f37341977ced8f2c8f508faaf72a1cfa64 (diff)
remove unused PAGESIDE enum
Change-Id: I45185865ec0645040b129885beb97bebafefe70a Reviewed-on: https://gerrit.libreoffice.org/63747 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
-rw-r--r--compilerplugins/clang/unusedenumconstants.untouched.results6
-rw-r--r--sw/source/core/inc/txtfly.hxx2
2 files changed, 0 insertions, 8 deletions
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.
*/