Kaydet (Commit) 2d226f4c authored tarafından Michael Stahl's avatar Michael Stahl

SchLayoutTabPage: that ctor wants a pointer

Change-Id: I7f500186c2ce485e7f6a857286c14d0a64354c31
üst 8d3fc640
......@@ -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 );
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment