[Libreoffice-commits] core.git: chart2/source

Katarina Behrens bubli at bubli.org
Sun Jul 20 10:55:50 PDT 2014


 chart2/source/controller/dialogs/tp_PointGeometry.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4fa4f3859385072f48c3e3dc1a59d367a6db059d
Author: Katarina Behrens <bubli at bubli.org>
Date:   Sun Jul 20 19:44:37 2014 +0200

    fdo#81547, part1: use ctor reading .ui file, not a resource
    
    This fixes a crash when this tabpage is one of the tabpages in
    data series properties dialog (e.g. 3D column chart)
    
    Change-Id: Iacbc689fb410b30515e433bcf4a96c087047ca73

diff --git a/chart2/source/controller/dialogs/tp_PointGeometry.cxx b/chart2/source/controller/dialogs/tp_PointGeometry.cxx
index 42420d7..55046cc 100644
--- a/chart2/source/controller/dialogs/tp_PointGeometry.cxx
+++ b/chart2/source/controller/dialogs/tp_PointGeometry.cxx
@@ -31,7 +31,7 @@ namespace chart
 {
 
 SchLayoutTabPage::SchLayoutTabPage(Window* pWindow,const SfxItemSet& rInAttrs)
-                 : SfxTabPage(pWindow, SchResId(TP_LAYOUT), rInAttrs)
+                 : 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