[Libreoffice-commits] core.git: chart2/source
Michael Stahl
mstahl at redhat.com
Sun Jul 20 12:11:35 PDT 2014
chart2/source/controller/dialogs/tp_PointGeometry.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 2d226f4c0b3f95bfdfe7bdcd3fd0ab87a806f4c3
Author: Michael Stahl <mstahl at redhat.com>
Date: Sun Jul 20 21:07:04 2014 +0200
SchLayoutTabPage: that ctor wants a pointer
Change-Id: I7f500186c2ce485e7f6a857286c14d0a64354c31
diff --git a/chart2/source/controller/dialogs/tp_PointGeometry.cxx b/chart2/source/controller/dialogs/tp_PointGeometry.cxx
index 55046cc..0e37cf5 100644
--- a/chart2/source/controller/dialogs/tp_PointGeometry.cxx
+++ b/chart2/source/controller/dialogs/tp_PointGeometry.cxx
@@ -31,8 +31,8 @@ namespace chart
{
SchLayoutTabPage::SchLayoutTabPage(Window* pWindow,const SfxItemSet& rInAttrs)
- : SfxTabPage(pWindow, "tp_ChartType", "modules/schart/ui/tp_ChartType.ui", rInAttrs)
- , m_pGeometryResources(0)
+ : SfxTabPage(pWindow, "tp_ChartType", "modules/schart/ui/tp_ChartType.ui", &rInAttrs)
+ , m_pGeometryResources(0)
{
m_pGeometryResources = new BarGeometryResources( this );
}
More information about the Libreoffice-commits
mailing list