summaryrefslogtreecommitdiff
path: root/vcl/inc
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2017-03-04 05:29:38 +0200
committerKhaled Hosny <khaledhosny@eglug.org>2017-03-04 14:21:21 +0200
commit073d920ef5914b5dfe491dbaf7fb18ba56293b85 (patch)
treed3eb256c77131f026b087c81fd98521bf101191a /vcl/inc
parent59460acff8a8cad0569fb4955945258ca1d5e3f2 (diff)
pEraseRect is always null
Simplify the code accordingly and make it return true for success. Change-Id: I661eea739e23b59ebff2573f52036b25ecb5a1ed
Diffstat (limited to 'vcl/inc')
-rw-r--r--vcl/inc/win/winlayout.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/inc/win/winlayout.hxx b/vcl/inc/win/winlayout.hxx
index 42b25b62c91f..2c6cc269fc3b 100644
--- a/vcl/inc/win/winlayout.hxx
+++ b/vcl/inc/win/winlayout.hxx
@@ -180,7 +180,6 @@ public:
virtual bool operator ()(CommonSalLayout const &rLayout,
SalGraphics &rGraphics,
HDC hDC,
- const Rectangle* pRectToErase,
Point* pPos, int* pGetNextGlypInfo) = 0;
};
@@ -195,7 +194,6 @@ public:
bool operator ()(CommonSalLayout const &rLayout,
SalGraphics &rGraphics,
HDC hDC,
- const Rectangle* pRectToErase,
Point* pPos, int* pGetNextGlypInfo) override;
};
@@ -220,7 +218,6 @@ public:
bool operator ()(CommonSalLayout const &rLayout,
SalGraphics &rGraphics,
HDC hDC,
- const Rectangle* pRectToErase,
Point* pPos, int* pGetNextGlypInfo) override;
inline bool BindDC(HDC hDC, Rectangle const & rRect = Rectangle(0, 0, 0, 0)) {