summaryrefslogtreecommitdiff
path: root/vcl/source/window/layout.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-08-02 10:12:55 +0100
committerCaolán McNamara <caolanm@redhat.com>2017-08-02 11:42:23 +0100
commit3b35bcf25fce566f91d084574650181ea791dff8 (patch)
tree6c88c34861607186707f2d6940fec81d99c9c223 /vcl/source/window/layout.cxx
parent0ac1e2ad19d4fdb46dcf54f67db2df081f4675bb (diff)
split out VclBuilder static methods
Change-Id: Ic94b39351c9a6131fb61883a98ae9e3ee60ad119
Diffstat (limited to 'vcl/source/window/layout.cxx')
-rw-r--r--vcl/source/window/layout.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/layout.cxx b/vcl/source/window/layout.cxx
index af95cdcdd827..0d29a2fa0dc1 100644
--- a/vcl/source/window/layout.cxx
+++ b/vcl/source/window/layout.cxx
@@ -923,7 +923,7 @@ void VclButtonBox::sort_native_button_order()
//sort child order within parent so that we match the platform
//button order
std::stable_sort(aChilds.begin(), aChilds.end(), sortButtons(m_bVerticalContainer));
- VclBuilder::reorderWithinParent(aChilds, true);
+ BuilderUtils::reorderWithinParent(aChilds, true);
}
struct GridEntry