diff options
author | Jürgen Schmidt <jsc@apache.org> | 2013-12-20 12:40:17 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-12-20 15:26:15 +0000 |
commit | 1c80f3ab5c6dde9ff9399885390d4e6d9013be57 (patch) | |
tree | 1968c53ea7759ff063dccdb7331c1df551ab579f /include | |
parent | 5bf9565fb731bd685c563f643ca8474289bf4f88 (diff) |
Resolves: #i120358# apply patch to support properties from tab model
Patch By: hanya
Review By: jsc
(cherry picked from commit aa098b9e612b30a916cd4ce002133d499d7f711a)
Conflicts:
include/toolkit/controls/controlmodelcontainerbase.hxx
Change-Id: I4c038c08d24ceceba606154573abbb1cd41cf7cb
Diffstat (limited to 'include')
-rw-r--r-- | include/toolkit/controls/controlmodelcontainerbase.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/toolkit/controls/controlmodelcontainerbase.hxx b/include/toolkit/controls/controlmodelcontainerbase.hxx index ce9949a0b7b8..ed4eddb48be7 100644 --- a/include/toolkit/controls/controlmodelcontainerbase.hxx +++ b/include/toolkit/controls/controlmodelcontainerbase.hxx @@ -84,11 +84,10 @@ protected: AllGroups maGroups; sal_Bool mbGroupsUpToDate; - bool m_bEnabled; - OUString m_sTitle; + sal_Bool m_bEnabled; OUString m_sImageURL; OUString m_sTooltip; - sal_Int16 m_nTabPageId; + sal_Int16 m_nTabPageId; void Clone_Impl(ControlModelContainerBase& _rClone) const; protected: |