summaryrefslogtreecommitdiff
path: root/svx/source/tbxctrls/itemwin.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/tbxctrls/itemwin.cxx')
-rw-r--r--svx/source/tbxctrls/itemwin.cxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/svx/source/tbxctrls/itemwin.cxx b/svx/source/tbxctrls/itemwin.cxx
index c41ba2a86dc1..5dd5ae966506 100644
--- a/svx/source/tbxctrls/itemwin.cxx
+++ b/svx/source/tbxctrls/itemwin.cxx
@@ -456,6 +456,13 @@ void SvxFillTypeBox::ReleaseFocus_Impl()
}
}
+boost::property_tree::ptree SvxFillTypeBox::DumpAsPropertyTree()
+{
+ boost::property_tree::ptree aTree = FillTypeLB::DumpAsPropertyTree();
+ aTree.put("command", ".uno:FillStyle");
+ return aTree;
+}
+
SvxFillAttrBox::SvxFillAttrBox( vcl::Window* pParent ) :
ListBox(pParent, WB_BORDER | WB_DROPDOWN | WB_AUTOHSCROLL | WB_TABSTOP),
nCurPos( 0 )