summaryrefslogtreecommitdiff
path: root/include/vcl/builder.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-05-16 11:29:46 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-05-16 14:33:40 +0100
commit545e810da6758f78de45a00374877bd091dc051f (patch)
treefb8985102bbe63d5f74653a035d582cf667cd9bb /include/vcl/builder.hxx
parentb1415411a1f0f3ad5ad4c0f7b2600fb5ba1e6f82 (diff)
convert proxy page to .ui
Change-Id: I61db7bf0def96209a85656128188f85899b72292
Diffstat (limited to 'include/vcl/builder.hxx')
-rw-r--r--include/vcl/builder.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/vcl/builder.hxx b/include/vcl/builder.hxx
index bb63cf20d535..31a82418447a 100644
--- a/include/vcl/builder.hxx
+++ b/include/vcl/builder.hxx
@@ -283,6 +283,9 @@ public:
static OString extractCustomProperty(stringmap &rMap);
+ //add a default value of 25 width-chars to a map if width-chars not set
+ static void ensureDefaultWidthChars(VclBuilder::stringmap &rMap);
+
//see m_aDeferredProperties, you need this for toplevel dialogs
//which build themselves from their ctor. The properties on
//the top level are stored in m_aDeferredProperties and need