diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 14:04:32 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 14:04:32 +0000 |
commit | 8a82f95aa5f25295145a7da09c3b539149fd2d7f (patch) | |
tree | bde469edb11c358504e1ddbdfdca314d6ef6b962 /xmloff/source/draw/sdpropls.cxx | |
parent | bd42abe4ffe9e833983f49d3ee5204c8cc06fa9a (diff) |
INTEGRATION: CWS vgbugs07 (1.95.30); FILE MERGED
2007/06/04 13:23:23 vg 1.95.30.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'xmloff/source/draw/sdpropls.cxx')
-rw-r--r-- | xmloff/source/draw/sdpropls.cxx | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/xmloff/source/draw/sdpropls.cxx b/xmloff/source/draw/sdpropls.cxx index f7f7f3bb7766..bb8428be71de 100644 --- a/xmloff/source/draw/sdpropls.cxx +++ b/xmloff/source/draw/sdpropls.cxx @@ -4,9 +4,9 @@ * * $RCSfile: sdpropls.cxx,v $ * - * $Revision: 1.95 $ + * $Revision: 1.96 $ * - * last change: $Author: ihi $ $Date: 2007-04-16 13:10:18 $ + * last change: $Author: hr $ $Date: 2007-06-27 15:04:32 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -89,11 +89,11 @@ #endif #ifndef _XMLOFF_ENUMPROPERTYHANDLER_HXX -#include <EnumPropertyHdl.hxx> +#include <xmloff/EnumPropertyHdl.hxx> #endif #ifndef _XMLOFF_NAMEDBOOLPROPERTYHANDLER_HXX -#include <NamedBoolPropertyHdl.hxx> +#include <xmloff/NamedBoolPropertyHdl.hxx> #endif #ifndef _XMLOFF_PROPERTYHANDLER_NUMRULE_HXX @@ -141,11 +141,11 @@ #endif #ifndef _XMLOFF_CONTROLBORDERHDL_HXX_ -#include "ControlBorderHandler.hxx" +#include <xmloff/ControlBorderHandler.hxx> #endif #ifndef _XMLOFF_XMLTOKEN_HXX -#include <xmltoken.hxx> +#include <xmloff/xmltoken.hxx> #endif #ifndef _SDPROPLS_HXX @@ -157,7 +157,7 @@ #endif #ifndef _XMLOFF_XMLEXP_HXX -#include "xmlexp.hxx" +#include <xmloff/xmlexp.hxx> #endif #ifndef _XMLOFF_XMLNMSPE_HXX @@ -181,7 +181,7 @@ #endif #ifndef _XMLOFF_TEXTPRMAP_HXX_ -#include "txtprmap.hxx" +#include <xmloff/txtprmap.hxx> #endif #ifndef _XMLOFF_XMLCLIPPROPERTYHANDLER_HXX @@ -201,7 +201,7 @@ #endif #ifndef _XMLOFF_XMLUCONV_HXX -#include "xmluconv.hxx" +#include <xmloff/xmluconv.hxx> #endif #include "sdxmlexp_impl.hxx" |