diff options
author | Thorsten Behrens <thb@openoffice.org> | 2001-06-27 07:23:47 +0000 |
---|---|---|
committer | Thorsten Behrens <thb@openoffice.org> | 2001-06-27 07:23:47 +0000 |
commit | 9bbbf087a03bf99d032496cd021c4f07ef112abe (patch) | |
tree | 780449bbaaa212dcd4cca6edd8902f3e53eb6891 /svx/source/form | |
parent | 8766dfd080362f87a130a019630066192270dc60 (diff) |
#87126# Replaced SfxFileDialog with FileDialogHelper
Diffstat (limited to 'svx/source/form')
-rw-r--r-- | svx/source/form/fmshell.cxx | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/svx/source/form/fmshell.cxx b/svx/source/form/fmshell.cxx index d62e31bc2217..438652409165 100644 --- a/svx/source/form/fmshell.cxx +++ b/svx/source/form/fmshell.cxx @@ -2,9 +2,9 @@ * * $RCSfile: fmshell.cxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: fs $ $Date: 2001-06-15 09:46:49 $ + * last change: $Author: thb $ $Date: 2001-06-27 08:23:47 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -196,10 +196,6 @@ #include "svxids.hrc" #endif -#ifndef _SVX_ADTABDLG_HXX -#include "adtabdlg.hxx" -#endif - #ifndef _SVX_TABORDER_HXX #include "taborder.hxx" #endif |