diff options
author | Eike Rathke <erack@redhat.com> | 2013-10-30 00:09:57 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2013-10-30 01:27:59 +0100 |
commit | 8df6531b2652c16004ad0977b81f4a822c3f2689 (patch) | |
tree | 7dbdfc99c1913e4594f2cad4d16b8c44de33dda1 /sc/AllLangResTarget_sc.mk | |
parent | d41ed4d5c6d052b9b4099dcb72f143ff49a2fcdb (diff) |
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
Diffstat (limited to 'sc/AllLangResTarget_sc.mk')
-rw-r--r-- | sc/AllLangResTarget_sc.mk | 7 |
1 files changed, 1 insertions, 6 deletions
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 \ )) |