summaryrefslogtreecommitdiff
path: root/vcl/inc/vcl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-11-21 14:52:32 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-11-21 14:53:12 +0000
commit19c54819a9d8f03788a97ecd4296093f72643069 (patch)
tree6038b710591bef7e27b8f2694c256e9ec43d5531 /vcl/inc/vcl
parenteae732641ff2a60bb5bc50e60f8404aae7a7decb (diff)
apply packing properties of pseudo-scrolledwindow to self-scrolling child
Change-Id: I13b0b625109237a0ec9711ed2efdc34cd3e0d32b
Diffstat (limited to 'vcl/inc/vcl')
-rw-r--r--vcl/inc/vcl/builder.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/vcl/builder.hxx b/vcl/inc/vcl/builder.hxx
index 796f33f3f2da..e350a81299d0 100644
--- a/vcl/inc/vcl/builder.hxx
+++ b/vcl/inc/vcl/builder.hxx
@@ -125,7 +125,7 @@ private:
std::vector<ButtonImageWidgetMap> m_aButtonImageWidgetMaps;
StockMap m_aStockMap;
Translations m_aTranslations;
- std::set<Window*> m_aRedundantParentWidgets;
+ std::map<Window*, Window*> m_aRedundantParentWidgets;
};
void loadTranslations(const com::sun::star::lang::Locale &rLocale, const OUString &rUri);