From 8df6531b2652c16004ad0977b81f4a822c3f2689 Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Wed, 30 Oct 2013 00:09:57 +0100 Subject: moved StatisticsDialogs string IDs from globstr to RID_STATISTICS_DLGS They aren't needed in globstr and weren't in RID_GLOBSTR anyway but in global STR_START+... range possibly sharing IDs with something else after STR_END of sc.hrc ... Change-Id: I1f9f8e9e1748afdd00ceb3106ec405456415ee21 --- sc/AllLangResTarget_sc.mk | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'sc/AllLangResTarget_sc.mk') diff --git a/sc/AllLangResTarget_sc.mk b/sc/AllLangResTarget_sc.mk index 4147daf4b90d..274c08ab541d 100644 --- a/sc/AllLangResTarget_sc.mk +++ b/sc/AllLangResTarget_sc.mk @@ -78,12 +78,7 @@ $(eval $(call gb_SrsTarget_add_files,sc/res,\ sc/source/ui/formdlg/formdlgs.src \ sc/source/ui/formdlg/dwfunctr.src \ sc/source/ui/sidebar/CellAppearancePropertyPanel.src \ - sc/source/ui/StatisticsDialogs/RandomNumberGeneratorDialog.src \ - sc/source/ui/StatisticsDialogs/SamplingDialog.src \ - sc/source/ui/StatisticsDialogs/DescriptiveStatisticsDialog.src \ - sc/source/ui/StatisticsDialogs/AnalysisOfVarianceDialog.src \ - sc/source/ui/StatisticsDialogs/CorrelationDialog.src \ - sc/source/ui/StatisticsDialogs/CovarianceDialog.src \ + sc/source/ui/StatisticsDialogs/StatisticsDialogs.src \ sc/source/core/src/compiler.src \ )) -- cgit