Kaydet (Commit) 0e45e136 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS vgbugs07 (1.37.22); FILE MERGED

2007/06/04 13:27:35 vg 1.37.22.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
üst 156ace28
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: UnoGraphicExporter.cxx,v $ * $RCSfile: UnoGraphicExporter.cxx,v $
* *
* $Revision: 1.37 $ * $Revision: 1.38 $
* *
* last change: $Author: vg $ $Date: 2007-05-22 15:20:46 $ * last change: $Author: hr $ $Date: 2007-06-27 19:21:23 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -164,19 +164,19 @@ ...@@ -164,19 +164,19 @@
#endif #endif
#ifndef _SVX_NUMITEM_HXX #ifndef _SVX_NUMITEM_HXX
#include <numitem.hxx> #include <svx/numitem.hxx>
#endif #endif
#ifndef _SVDPAGV_HXX #ifndef _SVDPAGV_HXX
#include "svdpagv.hxx" #include <svx/svdpagv.hxx>
#endif #endif
#ifndef _SVDOGRAF_HXX #ifndef _SVDOGRAF_HXX
#include "svdograf.hxx" #include <svx/svdograf.hxx>
#endif #endif
#ifndef _XOUTX_HXX #ifndef _XOUTX_HXX
#include "xoutx.hxx" #include <svx/xoutx.hxx>
#endif #endif
#ifndef _XOUTBMP_HXX #ifndef _XOUTBMP_HXX
...@@ -192,39 +192,39 @@ ...@@ -192,39 +192,39 @@
#endif #endif
#ifndef _SVDPAGE_HXX #ifndef _SVDPAGE_HXX
#include "svdpage.hxx" #include <svx/svdpage.hxx>
#endif #endif
#ifndef _SVDMODEL_HXX #ifndef _SVDMODEL_HXX
#include "svdmodel.hxx" #include <svx/svdmodel.hxx>
#endif #endif
#ifndef _SVX_FMVIEW_HXX #ifndef _SVX_FMVIEW_HXX
#include "fmview.hxx" #include <svx/fmview.hxx>
#endif #endif
#ifndef _SVX_FMMODEL_HXX #ifndef _SVX_FMMODEL_HXX
#include "fmmodel.hxx" #include <svx/fmmodel.hxx>
#endif #endif
#ifndef _SVX_UNOWPAGE_HXX #ifndef _SVX_UNOWPAGE_HXX
#include "unopage.hxx" #include <svx/unopage.hxx>
#endif #endif
#ifndef _SVX_PAGEITEM_HXX #ifndef _SVX_PAGEITEM_HXX
#include "pageitem.hxx" #include <svx/pageitem.hxx>
#endif #endif
#ifndef _EEITEM_HXX #ifndef _EEITEM_HXX
#include "eeitem.hxx" #include <svx/eeitem.hxx>
#endif #endif
#ifndef _SVDOUTL_HXX #ifndef _SVDOUTL_HXX
#include "svdoutl.hxx" #include <svx/svdoutl.hxx>
#endif #endif
#ifndef _SVX_FLDITEM_HXX #ifndef _SVX_FLDITEM_HXX
#include "flditem.hxx" #include <svx/flditem.hxx>
#endif #endif
#include "boost/scoped_ptr.hpp" #include "boost/scoped_ptr.hpp"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment