From 507dc611bd561c854f228b92ec70348b8e8ddd06 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 21 Nov 2018 14:51:08 +0200 Subject: remove unused PAGESIDE enum Change-Id: I45185865ec0645040b129885beb97bebafefe70a Reviewed-on: https://gerrit.libreoffice.org/63747 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- sw/source/core/inc/txtfly.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'sw') 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. */ -- cgit