summaryrefslogtreecommitdiff
path: root/sd/source/ui/app/tbxww.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/app/tbxww.cxx')
-rw-r--r--sd/source/ui/app/tbxww.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sd/source/ui/app/tbxww.cxx b/sd/source/ui/app/tbxww.cxx
index 1ba4b4ffd7b5..e94fe501d73b 100644
--- a/sd/source/ui/app/tbxww.cxx
+++ b/sd/source/ui/app/tbxww.cxx
@@ -246,6 +246,10 @@ SfxPopupWindow* SdTbxControl::CreatePopupWindow()
aTbxResName.appendAscii( "textbar" );
aToolBarResStr = aTbxResName.makeStringAndClear();
break;
+ case SID_DRAWTBX_RECTANGLES:
+ aTbxResName.appendAscii( "rectanglesbar" );
+ aToolBarResStr = aTbxResName.makeStringAndClear();
+ break;
case SID_DRAWTBX_ELLIPSES:
aTbxResName.appendAscii( "ellipsesbar" );
aToolBarResStr = aTbxResName.makeStringAndClear();