summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorRishabh Kumar <kris.kr296@gmail.com>2015-07-31 02:28:28 +0530
committerMiklos Vajna <vmiklos@collabora.co.uk>2016-08-04 11:10:02 +0200
commitbe029cf8dc82702730d901cf881238763a3ec99b (patch)
tree04160e0e8fd25c91a36b87f3149ba76972ffce2d /sd
parent4e3e7b9f9bb91c48c39d60a7f19fb085725fbe86 (diff)
tdf#89466: Slide Background tab
Reviewed-on: https://gerrit.libreoffice.org/17007 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de> (cherry picked from commit 93b4bf647a5899f54ef51f8b4bfed0faa66b466e, just the SID_ATTR_PAGE_SIZE part) Change-Id: Ic3ba6b47a1e5fcaeec76c4e4ff0ba6128653af86
Diffstat (limited to 'sd')
-rw-r--r--sd/sdi/_drvwsh.sdi5
-rw-r--r--sd/source/ui/view/drviews2.cxx1
2 files changed, 6 insertions, 0 deletions
diff --git a/sd/sdi/_drvwsh.sdi b/sd/sdi/_drvwsh.sdi
index a571051be56d..dcf6a48f108f 100644
--- a/sd/sdi/_drvwsh.sdi
+++ b/sd/sdi/_drvwsh.sdi
@@ -2700,6 +2700,11 @@ interface DrawView
ExecMethod = FuTemporary ;
StateMethod = GetMenuState ;
]
+ SID_ATTR_PAGE_SIZE
+ [
+ ExecMethod = FuTemporary ;
+ StateMethod = GetMenuState ;
+ ]
SID_DISPLAY_MASTER_BACKGROUND
[
ExecMethod = FuTemporary ;
diff --git a/sd/source/ui/view/drviews2.cxx b/sd/source/ui/view/drviews2.cxx
index 026021cd7d16..6ff92f8c75a2 100644
--- a/sd/source/ui/view/drviews2.cxx
+++ b/sd/source/ui/view/drviews2.cxx
@@ -1208,6 +1208,7 @@ void DrawViewShell::FuTemporary(SfxRequest& rReq)
case SID_SELECT_BACKGROUND:
case SID_SAVE_BACKGROUND:
+ case SID_ATTR_PAGE_SIZE:
case SID_PAGESETUP: // BASIC ??
{
SetCurrentFunction( FuPage::Create( this, GetActiveWindow(), mpDrawView, GetDoc(), rReq ) );