diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-03 19:10:21 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-03 19:10:21 +0000 |
commit | efe14c2a3ba9b076c1180dbdb6ffe79301c1238e (patch) | |
tree | de17cccef97f8c13141bece25746bbabf5fdd47b /sd | |
parent | a7cc10941e89f0d0fca756edd86831e81c57441e (diff) |
INTEGRATION: CWS dialogdiet (1.61.8); FILE MERGED
2004/01/19 21:57:04 mba 1.61.8.4: RESYNC: (1.62-1.63); FILE MERGED
2003/12/07 13:10:59 cd 1.61.8.3: #i22972# fixed wrong include
2003/12/01 17:55:38 mba 1.61.8.2: RESYNC: (1.61-1.62); FILE MERGED
2003/11/28 15:53:50 mba 1.61.8.1: #i22972#: obsolete include
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/core/drawdoc.cxx | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/sd/source/core/drawdoc.cxx b/sd/source/core/drawdoc.cxx index 9cc890fdf361..fb05df080aef 100644 --- a/sd/source/core/drawdoc.cxx +++ b/sd/source/core/drawdoc.cxx @@ -2,9 +2,9 @@ * * $RCSfile: drawdoc.cxx,v $ * - * $Revision: 1.64 $ + * $Revision: 1.65 $ * - * last change: $Author: obo $ $Date: 2004-01-20 10:25:48 $ + * last change: $Author: hr $ $Date: 2004-02-03 20:10:21 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -80,11 +80,8 @@ #define ITEMID_SCRIPTSPACE EE_PARA_ASIANCJKSPACING #include <svx/scriptspaceitem.hxx> -#ifndef _OSPLCFG_HXX -#include <offmgr/osplcfg.hxx> -#endif #ifndef _OFA_MISCCFG_HXX -#include <sfx2/misccfg.hxx> +#include <svtools/misccfg.hxx> #endif #ifndef _SFX_PRINTER_HXX //autogen #include <sfx2/printer.hxx> @@ -93,7 +90,6 @@ #include <sfx2/topfrm.hxx> #endif #include <sfx2/app.hxx> -#include <offmgr/app.hxx> #include <svx/linkmgr.hxx> #include <svx/dialogs.hrc> #ifndef SD_OUTLINER_HXX |