summaryrefslogtreecommitdiff
path: root/sd/source/ui/app/sddll2.cxx
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2010-01-21 18:32:05 +0100
committerChristian Lippka <cl@openoffice.org>2010-01-21 18:32:05 +0100
commitde4d52bd5546170ccdf93e97faee5f8cfb2d904c (patch)
tree6954f0df31b977d2c8780dc6dfc578c9548e95fa /sd/source/ui/app/sddll2.cxx
parentc5cf21811d1c40d9d78e220e846f04187c86deba (diff)
added new toolbar controler for insert page
Diffstat (limited to 'sd/source/ui/app/sddll2.cxx')
-rw-r--r--sd/source/ui/app/sddll2.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/ui/app/sddll2.cxx b/sd/source/ui/app/sddll2.cxx
index 4cd293c0061c..606789ef84a9 100644
--- a/sd/source/ui/app/sddll2.cxx
+++ b/sd/source/ui/app/sddll2.cxx
@@ -218,4 +218,5 @@ void SdDLL::RegisterControllers()
SvxSubToolBoxControl::RegisterControl(SID_OPTIMIZE_TABLE, pMod);
SdLayoutControl::RegisterControl( SID_ASSIGN_LAYOUT, pMod );
+ SdLayoutControl::RegisterControl( SID_INSERTPAGE, pMod );
}