diff options
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/inc/txtfly.hxx | 2 |
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. */ |