From 4577f449db7e92a98cbfb5b5addf7ebff66e7dad Mon Sep 17 00:00:00 2001 From: Szymon Kłos Date: Tue, 21 Jul 2015 17:21:57 +0200 Subject: Open/Save Remote File in Impress/Draw toolbars and menu Change-Id: I9503f5beaa8b5a6afc213747a691265acd5903f7 --- sd/source/ui/app/sddll.cxx | 2 ++ sd/uiconfig/sdraw/menubar/menubar.xml | 2 ++ sd/uiconfig/sdraw/toolbar/standardbar.xml | 3 ++- sd/uiconfig/simpress/menubar/menubar.xml | 2 ++ sd/uiconfig/simpress/toolbar/standardbar.xml | 3 ++- 5 files changed, 10 insertions(+), 2 deletions(-) (limited to 'sd') diff --git a/sd/source/ui/app/sddll.cxx b/sd/source/ui/app/sddll.cxx index fe9e58a5c048..1564f37f1c9b 100644 --- a/sd/source/ui/app/sddll.cxx +++ b/sd/source/ui/app/sddll.cxx @@ -243,6 +243,8 @@ void SdDLL::RegisterControllers() SvxFrameLineStyleToolBoxControl::RegisterControl(SID_FRAME_LINESTYLE, pMod ); SvxColorToolBoxControl::RegisterControl(SID_FRAME_LINECOLOR, pMod ); SvxFrameToolBoxControl::RegisterControl(SID_ATTR_BORDER, pMod ); + + SfxSaveAsToolBoxControl::RegisterControl(SID_SAVEASDOC, pMod ); } void SdDLL::Init() diff --git a/sd/uiconfig/sdraw/menubar/menubar.xml b/sd/uiconfig/sdraw/menubar/menubar.xml index bc8cfeebf813..c1a9be914a32 100644 --- a/sd/uiconfig/sdraw/menubar/menubar.xml +++ b/sd/uiconfig/sdraw/menubar/menubar.xml @@ -21,6 +21,7 @@ + @@ -36,6 +37,7 @@ + diff --git a/sd/uiconfig/sdraw/toolbar/standardbar.xml b/sd/uiconfig/sdraw/toolbar/standardbar.xml index 06c7d5dd649c..6e2d1fa723ea 100644 --- a/sd/uiconfig/sdraw/toolbar/standardbar.xml +++ b/sd/uiconfig/sdraw/toolbar/standardbar.xml @@ -22,8 +22,9 @@ + - + diff --git a/sd/uiconfig/simpress/menubar/menubar.xml b/sd/uiconfig/simpress/menubar/menubar.xml index 3eb5156c226e..71146c218984 100644 --- a/sd/uiconfig/simpress/menubar/menubar.xml +++ b/sd/uiconfig/simpress/menubar/menubar.xml @@ -21,6 +21,7 @@ + @@ -38,6 +39,7 @@ + diff --git a/sd/uiconfig/simpress/toolbar/standardbar.xml b/sd/uiconfig/simpress/toolbar/standardbar.xml index c82ad6a7f893..a83b4145942d 100644 --- a/sd/uiconfig/simpress/toolbar/standardbar.xml +++ b/sd/uiconfig/simpress/toolbar/standardbar.xml @@ -22,8 +22,9 @@ + - + -- cgit v1.2.3