summaryrefslogtreecommitdiff
path: root/sw
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 /sw
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>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/inc/txtfly.hxx2
1 files changed, 0 insertions, 2 deletions
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.
*/