summaryrefslogtreecommitdiffstats
path: root/svtools/source/control/filectrl.cxx
diff options
context:
space:
mode:
authorPhilipp Lohmann <pl@openoffice.org>2001-09-13 12:29:40 +0000
committerPhilipp Lohmann <pl@openoffice.org>2001-09-13 12:29:40 +0000
commit567b1c2082f1adf7cb91bb869ac8b3c0256b453e (patch)
treecd5ab512a64119420ec6116b460b0c36ee465412 /svtools/source/control/filectrl.cxx
parent#89485#: allow GetImage without returning default image (diff)
downloadcore-567b1c2082f1adf7cb91bb869ac8b3c0256b453e.tar.gz
core-567b1c2082f1adf7cb91bb869ac8b3c0256b453e.zip
#90314# remove obsolete VclFileDialog references
Diffstat (limited to 'svtools/source/control/filectrl.cxx')
-rw-r--r--svtools/source/control/filectrl.cxx15
1 files changed, 3 insertions, 12 deletions
diff --git a/svtools/source/control/filectrl.cxx b/svtools/source/control/filectrl.cxx
index 1e36607e60b8..e9bd4b7298cb 100644
--- a/svtools/source/control/filectrl.cxx
+++ b/svtools/source/control/filectrl.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: filectrl.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: fs $ $Date: 2001-09-04 09:00:03 $
+ * last change: $Author: pl $ $Date: 2001-09-13 13:28:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -64,13 +64,6 @@
#ifndef _URLOBJ_HXX //autogen wg. INetURLObject
#include <tools/urlobj.hxx>
#endif
-#ifndef _SV_SVAPP_HXX //autogen
-#include <vcl/svapp.hxx>
-#endif
-#ifndef _VCL_FILEDLG_HXX
-#include <vcl/filedlg.hxx>
-#endif
-
#ifndef _SVTOOLS_SVTDATA_HXX
#include <svtdata.hxx>
#endif
@@ -92,9 +85,7 @@ FileControl::FileControl( Window* pParent, WinBits nStyle, FileControlMode nFlag
maButton( this, nStyle&(~WB_BORDER)|WB_NOLIGHTBORDER|WB_NOPOINTERFOCUS|WB_NOTABSTOP ),
maButtonText( SvtResId( STR_FILECTRL_BUTTONTEXT ) ),
mnFlags( nFlags ),
- mnInternalFlags( FILECTRL_ORIGINALBUTTONTEXT ),
- mpVclDlg( 0 ),
- mpFDlg( 0 )
+ mnInternalFlags( FILECTRL_ORIGINALBUTTONTEXT )
{
maButton.SetClickHdl( LINK( this, FileControl, ButtonHdl ) );
mbOpenDlg = TRUE;