summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorSzymon Kłos <eszkadev@gmail.com>2015-07-07 17:41:09 +0200
committerSzymon Kłos <eszkadev@gmail.com>2015-07-16 09:53:33 +0200
commit92f32585708a251526492f1eb576744bee8d5a5f (patch)
tree76b07f515d4cf246aee344e906b2baf82a6cd783 /sc
parentce722af0cce170a2aac3a5e01cd66e6c24fba63c (diff)
'Save As' popup menu in the Calc's toolbar
Change-Id: I5e7d5594062bb722b1076450c1e6e633183279b3
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/app/scdll.cxx1
-rw-r--r--sc/uiconfig/scalc/toolbar/standardbar.xml2
2 files changed, 2 insertions, 1 deletions
diff --git a/sc/source/ui/app/scdll.cxx b/sc/source/ui/app/scdll.cxx
index be95d7d85b7f..e920cc5bdf42 100644
--- a/sc/source/ui/app/scdll.cxx
+++ b/sc/source/ui/app/scdll.cxx
@@ -151,6 +151,7 @@ void ScDLL::Init()
ScPageBreakShell ::RegisterInterface(pMod);
SfxRecentFilesToolBoxControl::RegisterControl(SID_OPEN_CALC, pMod);
+ SfxSaveAsToolBoxControl::RegisterControl(SID_SAVEASDOC, pMod );
// Own Controller
ScZoomSliderControl ::RegisterControl(SID_PREVIEW_SCALINGFACTOR, pMod);
diff --git a/sc/uiconfig/scalc/toolbar/standardbar.xml b/sc/uiconfig/scalc/toolbar/standardbar.xml
index 9e2cbca34ccd..436821870a7e 100644
--- a/sc/uiconfig/scalc/toolbar/standardbar.xml
+++ b/sc/uiconfig/scalc/toolbar/standardbar.xml
@@ -24,7 +24,7 @@
<toolbar:toolbaritem xlink:href=".uno:OpenFromCalc" toolbar:style="dropdown"/>
<toolbar:toolbaritem xlink:href=".uno:OpenRemote"/>
<toolbar:toolbaritem xlink:href=".uno:Save"/>
- <toolbar:toolbaritem xlink:href=".uno:SaveAs"/>
+ <toolbar:toolbaritem xlink:href=".uno:SaveAs" toolbar:style="dropdown"/>
<toolbar:toolbaritem xlink:href=".uno:SendMail" toolbar:visible="false"/>
<toolbar:toolbarseparator/>
<toolbar:toolbaritem xlink:href=".uno:EditDoc" toolbar:visible="false"/>