summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2014-12-19 10:53:31 +0100
committerJan Holesovsky <kendy@collabora.com>2014-12-19 12:53:47 +0100
commitdb732cee9207dc3cfc49fc9e719bc192542e2e8e (patch)
treed6183133a3c2b4b7ceb2c10f1a2c998748218ec9 /include
parent20c1bb5b6779d8d3fe8c5d9269779ff91f80ca3d (diff)
vcl: The <items> can come after pCurrentChild has been already created.
So consolidate their filling-in at one place, after we are sure we have the pCurrentChild created (whatever way). Change-Id: Ia98a927e1158041836b173e1c2f9529d70295855
Diffstat (limited to 'include')
-rw-r--r--include/vcl/builder.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/builder.hxx b/include/vcl/builder.hxx
index af10f76478a1..ef8264bdd299 100644
--- a/include/vcl/builder.hxx
+++ b/include/vcl/builder.hxx
@@ -335,11 +335,11 @@ private:
vcl::Window *insertObject(vcl::Window *pParent,
const OString &rClass, const OString &rID,
stringmap &rProps, stringmap &rPangoAttributes,
- stringmap &rAtkProps, std::vector<OString> &rItems);
+ stringmap &rAtkProps);
vcl::Window *makeObject(vcl::Window *pParent,
const OString &rClass, const OString &rID,
- stringmap &rVec, const std::vector<OString> &rItems);
+ stringmap &rVec);
void connectNumericFormatterAdjustment(const OString &id, const OString &rAdjustment);
void connectTimeFormatterAdjustment(const OString &id, const OString &rAdjustment);