diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-05-12 14:24:22 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-05-12 14:24:22 +0000 |
commit | 9d8febd9c6591fed59a4474bc61467cae436829e (patch) | |
tree | d702e611459cc02864bd3f3a2d858b7c49dee5ac /extensions/source | |
parent | 849a155c078b63e46e894b6118456bffb547d255 (diff) |
#i10000#: wrong includes
Diffstat (limited to 'extensions/source')
-rw-r--r-- | extensions/source/propctrlr/fontdialog.cxx | 8 | ||||
-rw-r--r-- | extensions/source/propctrlr/formcontroller.cxx | 10 |
2 files changed, 5 insertions, 13 deletions
diff --git a/extensions/source/propctrlr/fontdialog.cxx b/extensions/source/propctrlr/fontdialog.cxx index 390c496ba..cbc17d0d5 100644 --- a/extensions/source/propctrlr/fontdialog.cxx +++ b/extensions/source/propctrlr/fontdialog.cxx @@ -2,9 +2,9 @@ * * $RCSfile: fontdialog.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: hr $ $Date: 2004-05-10 15:36:07 $ + * last change: $Author: hr $ $Date: 2004-05-12 15:20:24 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -72,9 +72,6 @@ #ifndef _EXTENSIONS_PROPCTRLR_MODULEPRC_HXX_ #include "modulepcr.hxx" #endif -#ifndef _SVX_CHARDLG_HXX -#include <svx/chardlg.hxx> -#endif #ifndef _EXTENSIONS_PROPCTRLR_FORMLOCALID_HRC_ #include "formlocalid.hrc" #endif @@ -187,6 +184,7 @@ #endif #include <svx/svxdlg.hxx> //CHINA001 #include <svx/dialogs.hrc> //CHINA001 +#include <svx/flagsdef.hxx> //............................................................................ namespace pcr { diff --git a/extensions/source/propctrlr/formcontroller.cxx b/extensions/source/propctrlr/formcontroller.cxx index aa78eff38..b8e1f87f0 100644 --- a/extensions/source/propctrlr/formcontroller.cxx +++ b/extensions/source/propctrlr/formcontroller.cxx @@ -2,9 +2,9 @@ * * $RCSfile: formcontroller.cxx,v $ * - * $Revision: 1.64 $ + * $Revision: 1.65 $ * - * last change: $Author: hr $ $Date: 2004-05-10 15:54:00 $ + * last change: $Author: hr $ $Date: 2004-05-12 15:22:16 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -230,9 +230,6 @@ #ifndef _VCL_STDTEXT_HXX #include <vcl/stdtext.hxx> #endif -#ifndef _SVX_NUMFMT_HXX -#include <svx/numfmt.hxx> -#endif #ifndef _SV_MSGBOX_HXX #include <vcl/msgbox.hxx> #endif @@ -261,9 +258,6 @@ #ifndef _CTRLTOOL_HXX #include <svtools/ctrltool.hxx> #endif -#ifndef _SVX_CHARDLG_HXX -#include <svx/chardlg.hxx> -#endif #ifndef _EXTENSIONS_FORMCTRLR_PROPRESID_HRC_ #include "formresid.hrc" #endif |