summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-10-15 12:22:44 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-10-15 12:23:26 +0200
commitcfc7307a23eed561152c1b016cd0ec22bc7af145 (patch)
tree04942c614d21308119d976474f2d949f227c5902
parentfd7613f07fc9ec06358e266aa4cc03c5fd5c664f (diff)
Properly wrap macro expressions in parentheses
Change-Id: I2298b113f3ed1b2a715808dc8f9f906702e16485
-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