From f629368696a095aed135ab98a91c8a37dae81c3c Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 18 Aug 2017 15:22:21 +0200 Subject: no need to redefine WB_RIGHT_ALIGNED Change-Id: I99387a402354a8d982e1d36e7d2fdbb710658a97 Reviewed-on: https://gerrit.libreoffice.org/41300 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sw/source/uibase/uiview/viewport.cxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sw') 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; -- cgit