summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-03-06 23:07:29 +0200
committerTor Lillqvist <tml@iki.fi>2013-03-07 00:35:04 +0200
commit303ff2493ba479d4b52874b8e5afa4491d9cec11 (patch)
treea4297d58a84b73fa778810b411e9bc7286681cc3 /vcl
parent0e2ad090d4b3147a58ea2f331d7a7d8a92b74bcf (diff)
Window::PostPaint() was unused and empty
Change-Id: I0e35b55888df16067660862fd54d240f5dfcef8f
Diffstat (limited to 'vcl')
-rw-r--r--vcl/inc/vcl/window.hxx1
-rw-r--r--vcl/source/window/window.cxx6
2 files changed, 0 insertions, 7 deletions
diff --git a/vcl/inc/vcl/window.hxx b/vcl/inc/vcl/window.hxx
index fda621f83734..fd638bcda8fd 100644
--- a/vcl/inc/vcl/window.hxx
+++ b/vcl/inc/vcl/window.hxx
@@ -590,7 +590,6 @@ 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();
diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx
index 38960afc044b..ff69d88010a0 100644
--- a/vcl/source/window/window.cxx
+++ b/vcl/source/window/window.cxx
@@ -4788,12 +4788,6 @@ void Window::Paint( const Rectangle& rRect )
// -----------------------------------------------------------------------
-void Window::PostPaint()
-{
-}
-
-// -----------------------------------------------------------------------
-
void Window::Draw( OutputDevice*, const Point&, const Size&, sal_uLong )
{
DBG_CHKTHIS( Window, ImplDbgCheckWindow );
29:15 +0000'>2017-01-14tdf#96067 Add uitestXisco Fauli 2017-01-14Check number of columns and row in the inserted tableXisco Fauli 2017-01-14tdf#104158: Add uitestXisco Fauli 2016-12-24uitest: write a helper method for selecting based on positionMarkus Mohrhard 2016-12-24uitest: add a helper method for typing textMarkus Mohrhard 2016-12-22uitest: convert random number manual test to automated testingMarkus Mohrhard 2016-12-22uitest: convert cell recalculation manual test to automated testingMarkus Mohrhard 2016-12-22uitest: add reference to moztrapMarkus Mohrhard 2016-12-22uitest: convert transpose manual test to automated testMarkus Mohrhard 2016-12-22uitest: convert validation manual test to automated testMarkus Mohrhard 2016-12-22uitest: add a way to execute blocking actionsMarkus Mohrhard 2016-12-22uitest: convert next manual calc test to an automatic oneMarkus Mohrhard 2016-12-22uitest: add method to get first componentMarkus Mohrhard 2016-12-22uitest: add helper method to get XCell from UNOMarkus Mohrhard 2016-12-22uitest: add a reference to the corresponding manual testMarkus Mohrhard 2016-12-21uitest: add initial test for converting manual tests to automated testsMarkus Mohrhard 2016-12-21uitest: add an optional way to print all received event namesMarkus Mohrhard 2016-12-20uitest: we need the workaround for the race condition also for file loadingMarkus Mohrhard 2016-12-20uitest: disable the one unreliable math test for nowMarkus Mohrhard 2016-12-19uitest: work around race condition when starting multiple soffice instancesMarkus Mohrhard 2016-12-19make sure we are not leaving soffice around if python process crashesMarkus Mohrhard 2016-12-19uitest: disable tests that deadlock with mutex problemsMarkus Mohrhard 2016-12-02uitest: prevent deadlock when the test failsMarkus Mohrhard 2016-12-02provide a way to limit the UI tests through envMarkus Mohrhard