summaryrefslogtreecommitdiff
path: root/sw/inc/fmtsrnd.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-09-15 10:40:00 +0000
committerOliver Bolte <obo@openoffice.org>2006-09-15 10:40:00 +0000
commit6e00b168d3156463ff561e0128c55a48d4780d1d (patch)
tree85a80498df1be73dbf8c91a54bc882b8ffa74285 /sw/inc/fmtsrnd.hxx
parentcf71aa496ca7e74a43131197e1f62608b473d453 (diff)
INTEGRATION: CWS swqbf81 (1.8.456); FILE MERGED
2006/08/21 07:00:29 od 1.8.456.1: #i68520# - refactoring: new header file for enumeration <SwSurround>
Diffstat (limited to 'sw/inc/fmtsrnd.hxx')
-rw-r--r--sw/inc/fmtsrnd.hxx21
1 files changed, 8 insertions, 13 deletions
diff --git a/sw/inc/fmtsrnd.hxx b/sw/inc/fmtsrnd.hxx
index ba8a37df123e..7177876cf40e 100644
--- a/sw/inc/fmtsrnd.hxx
+++ b/sw/inc/fmtsrnd.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: fmtsrnd.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 01:53:16 $
+ * last change: $Author: obo $ $Date: 2006-09-15 11:40:00 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -48,22 +48,17 @@
#include <svtools/eitem.hxx>
#endif
+// --> OD 2006-08-15 #i68520# - refactoring
+// separate enumeration <SwSurround> in own header file
+#ifndef _FMTSRNDENUM_HXX
+#include <fmtsrndenum.hxx>
+#endif
+// <--
class IntlWrapper;
//SwFmtSurround, wie soll sich der ---------------
// Dokumentinhalt unter dem Rahmen verhalten ---
-enum SwSurround {
- SURROUND_BEGIN,
- SURROUND_NONE = SURROUND_BEGIN,
- SURROUND_THROUGHT,
- SURROUND_PARALLEL,
- SURROUND_IDEAL,
- SURROUND_LEFT,
- SURROUND_RIGHT,
- SURROUND_END
-};
-
class SW_DLLPUBLIC SwFmtSurround: public SfxEnumItem
{
BOOL bAnchorOnly :1;