summaryrefslogtreecommitdiff
path: root/sd/source/ui/app
diff options
context:
space:
mode:
authorSzymon Kłos <eszkadev@gmail.com>2015-07-21 17:21:57 +0200
committerSzymon Kłos <eszkadev@gmail.com>2015-07-24 12:29:01 +0200
commit4577f449db7e92a98cbfb5b5addf7ebff66e7dad (patch)
treecda1835050b86aff3f79b5b54f12b8628fa223e8 /sd/source/ui/app
parent0a420eedb5960b1c5fd00332e625fb0bb02ee1eb (diff)
Open/Save Remote File in Impress/Draw toolbars and menu
Change-Id: I9503f5beaa8b5a6afc213747a691265acd5903f7
Diffstat (limited to 'sd/source/ui/app')
-rw-r--r--sd/source/ui/app/sddll.cxx2
1 files changed, 2 insertions, 0 deletions
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()