summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorChristian Lippka <christian.lippka@sun.com>2010-07-07 14:32:15 +0200
committerChristian Lippka <christian.lippka@sun.com>2010-07-07 14:32:15 +0200
commit976f6be2e65ba681b70d91943265baaec75398c5 (patch)
tree17c7e9bf9f7eec9a019a593d8a00e56c0bc6d81a /sd
parent8dd01b984a041c200d2eac98855be6edf115796a (diff)
#i112791# add missing update for SID_INSERTPAGE slot on slide change
Diffstat (limited to 'sd')
-rwxr-xr-xsd/source/ui/view/drviews1.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/ui/view/drviews1.cxx b/sd/source/ui/view/drviews1.cxx
index 98d0b7551705..5fbd400d7520 100755
--- a/sd/source/ui/view/drviews1.cxx
+++ b/sd/source/ui/view/drviews1.cxx
@@ -1244,6 +1244,7 @@ BOOL DrawViewShell::SwitchPage(USHORT nSelectedPage)
rBindings.Invalidate(SID_DELETE_MASTER_PAGE, TRUE, FALSE);
rBindings.Invalidate(SID_DELETE_PAGE, TRUE, FALSE);
rBindings.Invalidate(SID_ASSIGN_LAYOUT,TRUE,FALSE);
+ rBindings.Invalidate(SID_INSERTPAGE,TRUE,FALSE);
UpdatePreview( mpActualPage );
mpDrawView->AdjustMarkHdl();