summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/source/core/inc/frmtool.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/inc/frmtool.hxx b/sw/source/core/inc/frmtool.hxx
index d4459bb86667..d80fd0f26620 100644
--- a/sw/source/core/inc/frmtool.hxx
+++ b/sw/source/core/inc/frmtool.hxx
@@ -47,8 +47,8 @@ class SwPageDesc;
class SwFrameFormats;
class SwRegionRects;
-#define FAR_AWAY SAL_MAX_INT32 - 20000 // initial position of a Fly
-#define BROWSE_HEIGHT 56700L * 10L // 10 Meters
+#define FAR_AWAY (SAL_MAX_INT32 - 20000) // initial position of a Fly
+#define BROWSE_HEIGHT (56700L * 10L) // 10 Meters
#define GRFNUM_NO 0
#define GRFNUM_YES 1
#define GRFNUM_REPLACE 2