diff options
author | Szymon Kłos <eszkadev@gmail.com> | 2015-07-13 14:31:15 +0200 |
---|---|---|
committer | Szymon Kłos <eszkadev@gmail.com> | 2015-07-16 09:53:53 +0200 |
commit | 289eb8a70d8be87e9768f48d3d28cf4f0d47709a (patch) | |
tree | bd52d989962db49c87d16a98e09a3f6651e6c037 | |
parent | 2239b486bffaeffafc24ed1b135aa70f3cdd8b1a (diff) |
removed comment
Change-Id: Ia74226be5f7d0776d60f04945c23a5b94cdc11b6
-rw-r--r-- | fpicker/source/office/iodlg.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fpicker/source/office/iodlg.hxx b/fpicker/source/office/iodlg.hxx index bb63729cfe8e..414da3ef3eac 100644 --- a/fpicker/source/office/iodlg.hxx +++ b/fpicker/source/office/iodlg.hxx @@ -57,8 +57,7 @@ class SvtFileDialogFilter_Impl; class SvtExpFileDlg_Impl; class CustomContainer; -class SvtFileDialog : //public ModalDialog, public ::svt::IFilePickerController, -public SvtFileDialog_Base +class SvtFileDialog : public SvtFileDialog_Base { private: VclPtr<CheckBox> _pCbReadOnly; |