[Libreoffice-commits] core.git: vcl/source
Michael Stahl
mstahl at redhat.com
Thu Nov 26 06:00:15 PST 2015
vcl/source/window/toolbox2.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit e1628be85186ac695e8b343a99687c58ba579ca5
Author: Michael Stahl <mstahl at redhat.com>
Date: Thu Nov 26 14:58:20 2015 +0100
vcl: fix build
Change-Id: I51d992e9befc78f6e429480e29bfb78e9be87ac2
diff --git a/vcl/source/window/toolbox2.cxx b/vcl/source/window/toolbox2.cxx
index 72a3b58..aabf95c 100644
--- a/vcl/source/window/toolbox2.cxx
+++ b/vcl/source/window/toolbox2.cxx
@@ -357,7 +357,7 @@ void ToolBox::ImplInvalidate( bool bNewCalc, bool bFullPaint )
{
Invalidate( Rectangle( mnLeftBorder, mnTopBorder,
mnDX-mnRightBorder-1, mnDY-mnBottomBorder-1 ) );
- maIdle.Stop();
+ mpIdle->Stop();
}
}
else
@@ -368,7 +368,7 @@ void ToolBox::ImplInvalidate( bool bNewCalc, bool bFullPaint )
// do we need to redraw?
if ( IsReallyVisible() && IsUpdateMode() )
- maIdle.Start();
+ mpIdle->Start();
}
}
More information about the Libreoffice-commits
mailing list