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 | 7b18ecef3b613eba44ea9e1ab81ff9e414747dd7 (patch) | |
tree | b74c5733babef4461d8c3fb13dbbce8bae087356 /chart2 | |
parent | 8b2994a4b2317906b000a7504873f9da45effffc (diff) |
#i10000#: wrong includes
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/controller/dialogs/dlg_ObjectProperties.cxx | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/chart2/source/controller/dialogs/dlg_ObjectProperties.cxx b/chart2/source/controller/dialogs/dlg_ObjectProperties.cxx index 1c1c0cfd4ba8..3317ed558183 100644 --- a/chart2/source/controller/dialogs/dlg_ObjectProperties.cxx +++ b/chart2/source/controller/dialogs/dlg_ObjectProperties.cxx @@ -2,9 +2,9 @@ * * $RCSfile: dlg_ObjectProperties.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: hr $ $Date: 2004-05-10 15:36:55 $ + * last change: $Author: hr $ $Date: 2004-05-12 15:24:22 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -116,9 +116,6 @@ #include <svx/svxgrahicitem.hxx> #endif -#ifndef _SVX_CHARDLG_HXX -#include <svx/chardlg.hxx> -#endif #ifndef _SVX_DIALOGS_HRC #include <svx/dialogs.hrc> #endif @@ -129,10 +126,7 @@ #include <svx/tabline.hxx> #endif - -#ifndef _SVX_NUMFMT_HXX -#include <svx/numfmt.hxx> -#endif +#include <svx/flagsdef.hxx> #define ITEMID_NUMBERINFO SID_ATTR_NUMBERFORMAT_INFO #ifndef _SVX_NUMINF_HXX |