diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-04-13 11:21:50 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-04-13 11:21:50 +0000 |
commit | 20b30fad0c76f585df352c9d55dae9dade1e9cec (patch) | |
tree | 867dd8eb944b4f2f52777685ff6327f4fe034b40 /goodies | |
parent | 8b4d98f4e615fc108fb26e1185acfd164c419120 (diff) |
INTEGRATION: CWS visibility03 (1.2.64); FILE MERGED
2005/04/01 14:05:09 mhu 1.2.64.1: #i45006# Added missing include.
Diffstat (limited to 'goodies')
-rw-r--r-- | goodies/source/unographic/descriptor.cxx | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/goodies/source/unographic/descriptor.cxx b/goodies/source/unographic/descriptor.cxx index eff8177a3497..278b33385e7a 100644 --- a/goodies/source/unographic/descriptor.cxx +++ b/goodies/source/unographic/descriptor.cxx @@ -2,9 +2,9 @@ * * $RCSfile: descriptor.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: kz $ $Date: 2004-06-11 09:49:43 $ + * last change: $Author: obo $ $Date: 2005-04-13 12:21:50 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -59,6 +59,8 @@ * ************************************************************************/ +#include "descriptor.hxx" + #include <rtl/uuid.h> #include <vos/mutex.hxx> #include <unotools/ucbstreamhelper.hxx> @@ -78,8 +80,12 @@ #include <com/sun/star/graphic/GraphicType.hpp> #endif -#include <vcl/graph.hxx> -#include "descriptor.hxx" +#ifndef _SV_GRAPH_HXX +#include "vcl/graph.hxx" +#endif +#ifndef _SV_SVAPP_HXX +#include "vcl/svapp.hxx" +#endif #define UNOGRAPHIC_GRAPHICTYPE 1 #define UNOGRAPHIC_MIMETYPE 2 |