summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/sharedocdlg.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-07-14 14:24:29 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-07-14 14:24:29 +0100
commit02039def0c087d6980ab6b5d1b8e78e5d5f0f16b (patch)
tree74323364d6e23a0c71ac5c8247a216e99bab768e /sc/source/ui/inc/sharedocdlg.hxx
parenta76ca5325de1f22fbc17971286c2f5a7f711dc94 (diff)
Resolves: fdo#36534 rework SvxSimpleTable to not manage its own parent
Diffstat (limited to 'sc/source/ui/inc/sharedocdlg.hxx')
-rw-r--r--sc/source/ui/inc/sharedocdlg.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/inc/sharedocdlg.hxx b/sc/source/ui/inc/sharedocdlg.hxx
index e15fde82102b..5eebcce3804e 100644
--- a/sc/source/ui/inc/sharedocdlg.hxx
+++ b/sc/source/ui/inc/sharedocdlg.hxx
@@ -49,6 +49,7 @@ private:
FixedText maFtWarning;
FixedLine maFlUsers;
FixedText maFtUsers;
+ SvxSimpleTableContainer m_aLbUsersContainer;
SvxSimpleTable maLbUsers;
FixedLine maFlEnd;
HelpButton maBtnHelp;