diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-08-02 10:12:55 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-08-02 11:42:23 +0100 |
commit | 3b35bcf25fce566f91d084574650181ea791dff8 (patch) | |
tree | 6c88c34861607186707f2d6940fec81d99c9c223 /extensions | |
parent | 0ac1e2ad19d4fdb46dcf54f67db2df081f4675bb (diff) |
split out VclBuilder static methods
Change-Id: Ic94b39351c9a6131fb61883a98ae9e3ee60ad119
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/bibliography/general.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/bibliography/general.cxx b/extensions/source/bibliography/general.cxx index d20e53d61a6f..3bfb47608803 100644 --- a/extensions/source/bibliography/general.cxx +++ b/extensions/source/bibliography/general.cxx @@ -321,7 +321,7 @@ BibGeneralPage::BibGeneralPage(vcl::Window* pParent, BibDataManager* pMan): AddControlWithError(lcl_GetColumnName(pMapping, CUSTOM5_POS), *pCustom5FT, sTableErrorString, HID_BIB_CUSTOM5_POS, 30, aChildren); - VclBuilder::reorderWithinParent(aChildren, false); + BuilderUtils::reorderWithinParent(aChildren, false); xPosListener = new BibPosListener(this); uno::Reference< sdbc::XRowSet > xRowSet(pDatMan->getForm(), UNO_QUERY); |