[Libreoffice-commits] core.git: Branch 'private/moggi/use-glew-runtime-checks' - chart2/source
Markus Mohrhard
markus.mohrhard at collabora.co.uk
Sat Jan 18 18:52:58 PST 2014
chart2/source/view/main/DummyXShape.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 055143b9300f129a522105c2f6b11aabd343b691
Author: Markus Mohrhard <markus.mohrhard at collabora.co.uk>
Date: Sun Jan 19 03:50:48 2014 +0100
fix windows
Change-Id: I6ca5967fd84851bb2ee5af1325b70a6a5e160644
diff --git a/chart2/source/view/main/DummyXShape.cxx b/chart2/source/view/main/DummyXShape.cxx
index efba1b4..103c58d 100644
--- a/chart2/source/view/main/DummyXShape.cxx
+++ b/chart2/source/view/main/DummyXShape.cxx
@@ -840,6 +840,8 @@ bool DummyChart::initWindow()
pWindow->EnablePaint(sal_False);
GLWin.hWnd = sysData->hWnd;
}
+
+ return true;
}
#elif defined( UNX )
More information about the Libreoffice-commits
mailing list