Kaydet (Commit) bc2f2ab2 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

move the dialog to chart2

Change-Id: I9f6e967d52dd10072c57b4f55faedd4ed7f98094
üst a2c8ae13
......@@ -33,6 +33,7 @@ $(eval $(call gb_Module_add_targets,chart2,\
Library_chartcontroller \
Library_chartcore \
Package_uiconfig \
UI_chart2 \
))
$(eval $(call gb_Module_add_subsequentcheck_targets,chart2,\
......
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
$(eval $(call gb_UI_UI,modules/chart2))
$(eval $(call gb_UI_add_uifiles,modules/chart2,\
chart2/uiconfig/ui/smoothlinesdlg \
))
# vim: set noet sw=4 ts=4:
......@@ -453,7 +453,7 @@ private:
};
SplinePropertiesDialog::SplinePropertiesDialog( Window* pParent )
: ModalDialog( pParent, "SmoothLinesDialog", "modules/scalc/ui/smoothlinesdlg.ui")
: ModalDialog( pParent, "SmoothLinesDialog", "modules/chart2/ui/smoothlinesdlg.ui")
{
get(m_pRB_Splines_Cubic, "CubicSplineRadioButton");
get(m_pRB_Splines_B, "BSplineRadioButton");
......
......@@ -20,7 +20,6 @@ $(eval $(call gb_UI_add_uifiles,modules/scalc,\
sc/uiconfig/scalc/ui/sortoptionspage \
sc/uiconfig/scalc/ui/textimportoptions \
sc/uiconfig/scalc/ui/textimportcsv \
sc/uiconfig/scalc/ui/smoothlinesdlg \
))
# vim: set noet sw=4 ts=4:
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