From 46f1b3a5949e063953af635147acf748684c8e2f Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 16 Oct 2012 22:20:23 +0100 Subject: default SwInsertGrfRulerDlg to first entry Change-Id: I843afacf4bb6880ecd9848cae3fe6071439ed995 --- sd/source/ui/toolpanel/LayoutMenu.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd') diff --git a/sd/source/ui/toolpanel/LayoutMenu.cxx b/sd/source/ui/toolpanel/LayoutMenu.cxx index 62d2c5060175..f8756858974e 100644 --- a/sd/source/ui/toolpanel/LayoutMenu.cxx +++ b/sd/source/ui/toolpanel/LayoutMenu.cxx @@ -174,7 +174,7 @@ static snewfoil_value_info standard[] = }; LayoutMenu::LayoutMenu( TreeNode* pParent, ToolPanelViewShell& i_rPanelViewShell ) - : ValueSet (pParent->GetWindow()), + : ValueSet(pParent->GetWindow(), WB_ITEMBORDER), TreeNode(pParent), DragSourceHelper(this), DropTargetHelper(this), -- cgit