summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-01-19 03:50:48 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-01-29 08:09:52 +0100
commitfeac010a4dc4fc3514c0e86f0c3ad73784b72651 (patch)
tree2ccbd09f872b0e23cb1968b27ccdbb70b7b55c8f /chart2
parent1ece627aad5bf50ff4abc0493e5a73218636f2da (diff)
fix windows
Change-Id: I6ca5967fd84851bb2ee5af1325b70a6a5e160644
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/view/main/DummyXShape.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/chart2/source/view/main/DummyXShape.cxx b/chart2/source/view/main/DummyXShape.cxx
index 6f5dd644e080..064561257464 100644
--- a/chart2/source/view/main/DummyXShape.cxx
+++ b/chart2/source/view/main/DummyXShape.cxx
@@ -834,6 +834,8 @@ bool DummyChart::initWindow()
pWindow->EnablePaint(sal_False);
GLWin.hWnd = sysData->hWnd;
}
+
+ return true;
}
#elif defined( UNX )