From 225f2ebcda079be170831552a764d884e0b55249 Mon Sep 17 00:00:00 2001 From: Szymon Kłos Date: Thu, 13 Aug 2015 16:28:14 +0200 Subject: Move dropdown menu from 'Save As' to 'Save' button Change-Id: I24e9b16ea38811791804e6c85205b304bd781617 --- sc/source/ui/app/scdll.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/source/ui/app/scdll.cxx') 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); -- cgit