summaryrefslogtreecommitdiff
path: root/include/vcl/builder.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-05-03 11:30:00 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-05-03 11:31:40 +0100
commitbfa360c6e761a1e9b3e34665b9b36d724979fdfd (patch)
tree3f4633e563474f6f3ad2e1e6906db637aed29137 /include/vcl/builder.hxx
parentda06166015689eca260c702602bef4cea58afbd3 (diff)
unset WB_GROUP on non-initial buttons in groups
Change-Id: I8846318e8d7fef862bb105af878b2df17045d7ff
Diffstat (limited to 'include/vcl/builder.hxx')
-rw-r--r--include/vcl/builder.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/builder.hxx b/include/vcl/builder.hxx
index 9ad812e7aa54..51d3efc72bd1 100644
--- a/include/vcl/builder.hxx
+++ b/include/vcl/builder.hxx
@@ -297,6 +297,7 @@ public:
void setDeferredProperties();
//Helpers to retrofit all the existing code to the builder
+ static void reorderWithinParent(std::vector<Window*>& rChilds, bool bIsButtonBox);
static void reorderWithinParent(Window &rWindow, sal_uInt16 nNewPosition);
private:
Window *insertObject(Window *pParent, const OString &rClass, const OString &rID,