diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-18 15:22:21 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-19 08:36:26 +0200 |
commit | f629368696a095aed135ab98a91c8a37dae81c3c (patch) | |
tree | 08d760b279760d8f27acf0f794a88420f9acaada /sw | |
parent | b4ac906cd07c06abcda427f70787b9b6c213b354 (diff) |
no need to redefine WB_RIGHT_ALIGNED
Change-Id: I99387a402354a8d982e1d36e7d2fdbb710658a97
Reviewed-on: https://gerrit.libreoffice.org/41300
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/uibase/uiview/viewport.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/source/uibase/uiview/viewport.cxx b/sw/source/uibase/uiview/viewport.cxx index 3a0214dae4aa..610f8d39f4ed 100644 --- a/sw/source/uibase/uiview/viewport.cxx +++ b/sw/source/uibase/uiview/viewport.cxx @@ -51,10 +51,6 @@ // The SetVisArea of the DocShell must not be called from InnerResizePixel. // But our adjustments must take place. -#ifndef WB_RIGHT_ALIGNED -#define WB_RIGHT_ALIGNED ((WinBits)0x00008000) -#endif - static bool bProtectDocShellVisArea = false; static sal_uInt16 nPgNum = 0; |