summaryrefslogtreecommitdiff
path: root/sc/source/ui/app/scdll.cxx
diff options
context:
space:
mode:
authorSzymon Kłos <eszkadev@gmail.com>2015-08-13 16:28:14 +0200
committerSzymon Kłos <eszkadev@gmail.com>2015-08-14 08:45:59 +0200
commit225f2ebcda079be170831552a764d884e0b55249 (patch)
treec3a844f888d584111cbb6bb5b9965d91b026e229 /sc/source/ui/app/scdll.cxx
parent2f6d670ddae159983ac2235cb2434fbb31b1839d (diff)
Move dropdown menu from 'Save As' to 'Save' button
Change-Id: I24e9b16ea38811791804e6c85205b304bd781617
Diffstat (limited to 'sc/source/ui/app/scdll.cxx')
-rw-r--r--sc/source/ui/app/scdll.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/app/scdll.cxx b/sc/source/ui/app/scdll.cxx
index 33e035ec361f..852386876e7d 100644
--- a/sc/source/ui/app/scdll.cxx
+++ b/sc/source/ui/app/scdll.cxx
@@ -149,7 +149,7 @@ void ScDLL::Init()
ScPageBreakShell ::RegisterInterface(pMod);
SfxRecentFilesToolBoxControl::RegisterControl(SID_OPEN_CALC, pMod);
- SfxSaveAsToolBoxControl::RegisterControl(SID_SAVEASDOC, pMod );
+ SfxSaveAsToolBoxControl::RegisterControl(SID_SAVEDOC, pMod );
// Own Controller
ScZoomSliderControl ::RegisterControl(SID_PREVIEW_SCALINGFACTOR, pMod);