diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-06-30 14:38:57 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-06-30 16:31:48 +0100 |
commit | eb8c56127af9843f55eea649f210c6077c97ea49 (patch) | |
tree | e5792b51f3f371fa1506ba08c2a61e8fa11037e2 /fpicker/source/office/iodlg.hxx | |
parent | d48af86c9b745d750c97ba9b1c59ea936bcab0ae (diff) |
rework resize into a custom widget
so that the order of resizing will happen in the right sequence
to work correctly every time
Change-Id: I1adffe276db3fb80eb34ca74c2ceb51a6ee28526
Diffstat (limited to 'fpicker/source/office/iodlg.hxx')
-rw-r--r-- | fpicker/source/office/iodlg.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fpicker/source/office/iodlg.hxx b/fpicker/source/office/iodlg.hxx index 58fd9195e970..498432146b94 100644 --- a/fpicker/source/office/iodlg.hxx +++ b/fpicker/source/office/iodlg.hxx @@ -80,6 +80,8 @@ class SvtFileDialogFilter_Impl; class SvtExpFileDlg_Impl; +class CustomContainer; + class SvtFileDialog : public ModalDialog, public ::svt::IFilePickerController { private: @@ -93,6 +95,7 @@ private: PushButton* _pPbPlay; Window* _pPrevWin; FixedBitmap* _pPrevBmp; + CustomContainer* _pContainer; SvtFileView* _pFileView; Splitter* _pSplitter; ::svt::IFilePickerListener* _pFileNotifier; |