Revert "Window::PostPaint() was unused and empty"
Nah, seems that it was used after all on Windows, somehow. This reverts commit 5754264f93001978a3c5f5f1cdabd7113de010b8.
This commit is contained in:
parent
0ce2d740a2
commit
334e3dfd84
@ -590,6 +590,7 @@ public:
|
||||
virtual void PrePaint();
|
||||
virtual void Paint( const Rectangle& rRect );
|
||||
|
||||
virtual void PostPaint();
|
||||
virtual void Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags );
|
||||
virtual void Move();
|
||||
virtual void Resize();
|
||||
|
@ -4788,6 +4788,12 @@ void Window::Paint( const Rectangle& rRect )
|
||||
|
||||
// -----------------------------------------------------------------------
|
||||
|
||||
void Window::PostPaint()
|
||||
{
|
||||
}
|
||||
|
||||
// -----------------------------------------------------------------------
|
||||
|
||||
void Window::Draw( OutputDevice*, const Point&, const Size&, sal_uLong )
|
||||
{
|
||||
DBG_CHKTHIS( Window, ImplDbgCheckWindow );
|
||||
|
Loading…
x
Reference in New Issue
Block a user