summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-10-16 22:20:23 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-10-17 16:06:33 +0100
commit46f1b3a5949e063953af635147acf748684c8e2f (patch)
tree086247d733a2afa89258713ee230bc2a10ce9055 /sd
parent644d22e6765d961f6130affc84ace869d6fd5177 (diff)
default SwInsertGrfRulerDlg to first entry
Change-Id: I843afacf4bb6880ecd9848cae3fe6071439ed995
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/toolpanel/LayoutMenu.cxx2
1 files changed, 1 insertions, 1 deletions
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),