diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 13:36:49 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 13:36:49 +0000 |
commit | 8fc3616ccf8766b803305a0c2545285a73a2ec22 (patch) | |
tree | b6f18614cac46ad04df5bd3c1f328b4d59e330e8 | |
parent | 592bee854990129f4223fbe34b8f5f27b3528c8d (diff) |
INTEGRATION: CWS vgbugs07 (1.4.274); FILE MERGED
2007/06/04 13:23:16 vg 1.4.274.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
-rw-r--r-- | xmloff/inc/PageMasterImportContext.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/xmloff/inc/PageMasterImportContext.hxx b/xmloff/inc/PageMasterImportContext.hxx index d8a67a975e73..ec170f20d5f9 100644 --- a/xmloff/inc/PageMasterImportContext.hxx +++ b/xmloff/inc/PageMasterImportContext.hxx @@ -4,9 +4,9 @@ * * $RCSfile: PageMasterImportContext.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-09 12:38:48 $ + * last change: $Author: hr $ $Date: 2007-06-27 14:36:49 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -37,11 +37,11 @@ #define _XMLOFF_PAGEMASTERIMPORTCONTEXT_HXX #ifndef _XMLOFF_PRSTYLEI_HXX_ -#include "prstylei.hxx" +#include <xmloff/prstylei.hxx> #endif #ifndef _XMLOFF_XMLIMP_HXX -#include "xmlimp.hxx" +#include <xmloff/xmlimp.hxx> #endif class PageStyleContext : public XMLPropStyleContext |