diff options
author | Szymon Kłos <eszkadev@gmail.com> | 2016-09-07 20:50:17 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2016-09-12 10:31:33 +0000 |
commit | 69ce52fbf26fab9239562d2bfd407db67cfb6ec8 (patch) | |
tree | 08ea96f675c6163e5d21cb1f3ba2c69e9b65b40b /svx | |
parent | 65828fa693507d699369f0dbc3c0bfc31638d945 (diff) |
Page size popup converted to use outside sidebar
Change-Id: Ia9c4c03a9780dca146adda8f1a126197d3e38643
Reviewed-on: https://gerrit.libreoffice.org/28816
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/sidebar/tools/ValueSetWithTextControl.cxx | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/svx/source/sidebar/tools/ValueSetWithTextControl.cxx b/svx/source/sidebar/tools/ValueSetWithTextControl.cxx index 52ca6ca087c1..72a9d65ef8e7 100644 --- a/svx/source/sidebar/tools/ValueSetWithTextControl.cxx +++ b/svx/source/sidebar/tools/ValueSetWithTextControl.cxx @@ -41,6 +41,15 @@ ValueSetWithTextControl::ValueSetWithTextControl( SetColCount(); } +ValueSetWithTextControl::ValueSetWithTextControl( + Window* pParent, + WinBits nBits) + : ValueSet( pParent, nBits ) + , meControlType( svx::sidebar::ValueSetWithTextControl::ControlType::TextText ) + { + SetColCount(); + } + void ValueSetWithTextControl::AddItem( const Image& rItemImage, const OUString& rItemText, |