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/source/ui/StatisticsDialogs/AnalysisOfVarianceDialog.cxx | |
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/source/ui/StatisticsDialogs/AnalysisOfVarianceDialog.cxx')
-rw-r--r-- | sc/source/ui/StatisticsDialogs/AnalysisOfVarianceDialog.cxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sc/source/ui/StatisticsDialogs/AnalysisOfVarianceDialog.cxx b/sc/source/ui/StatisticsDialogs/AnalysisOfVarianceDialog.cxx index d0c809d446ae..05593165d61a 100644 --- a/sc/source/ui/StatisticsDialogs/AnalysisOfVarianceDialog.cxx +++ b/sc/source/ui/StatisticsDialogs/AnalysisOfVarianceDialog.cxx @@ -19,11 +19,10 @@ #include "document.hxx" #include "uiitems.hxx" #include "reffact.hxx" -#include "scresid.hxx" +#include "strload.hxx" #include "random.hxx" #include "docfunc.hxx" -#include "globstr.hrc" -#include "sc.hrc" +#include "StatisticsDialogs.hrc" #include "AnalysisOfVarianceDialog.hxx" @@ -89,7 +88,7 @@ sal_Bool ScAnalysisOfVarianceDialog::Close() void ScAnalysisOfVarianceDialog::CalculateInputAndWriteToOutput( ) { - OUString aUndo(SC_RESSTR(STR_ANALYSIS_OF_VARIANCE_UNDO_NAME)); + OUString aUndo( SC_STRLOAD( RID_STATISTICS_DLGS, STR_ANALYSIS_OF_VARIANCE_UNDO_NAME)); ScDocShell* pDocShell = mViewData->GetDocShell(); svl::IUndoManager* pUndoManager = pDocShell->GetUndoManager(); |