summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chart2/UI_chart2.mk4
-rw-r--r--chart2/source/controller/dialogs/tp_ChartType.cxx2
2 files changed, 3 insertions, 3 deletions
diff --git a/chart2/UI_chart2.mk b/chart2/UI_chart2.mk
index 05348111845f..e75f209b4636 100644
--- a/chart2/UI_chart2.mk
+++ b/chart2/UI_chart2.mk
@@ -7,9 +7,9 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
-$(eval $(call gb_UI_UI,modules/chart2))
+$(eval $(call gb_UI_UI,modules/schart))
-$(eval $(call gb_UI_add_uifiles,modules/chart2,\
+$(eval $(call gb_UI_add_uifiles,modules/schart,\
chart2/uiconfig/ui/smoothlinesdlg \
))
diff --git a/chart2/source/controller/dialogs/tp_ChartType.cxx b/chart2/source/controller/dialogs/tp_ChartType.cxx
index 449c45e45060..08fc78dcae25 100644
--- a/chart2/source/controller/dialogs/tp_ChartType.cxx
+++ b/chart2/source/controller/dialogs/tp_ChartType.cxx
@@ -455,7 +455,7 @@ private:
};
SplinePropertiesDialog::SplinePropertiesDialog( Window* pParent )
- : ModalDialog( pParent, "SmoothLinesDialog", "modules/chart2/ui/smoothlinesdlg.ui")
+ : ModalDialog( pParent, "SmoothLinesDialog", "modules/schart/ui/smoothlinesdlg.ui")
{
get(m_pLB_Spline_Type, "SplineTypeComboBox");
get(m_pMF_SplineResolution, "ResolutionSpinbutton");