diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 14:28:49 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 14:28:49 +0000 |
commit | a5d5299d3333a6b2585cf0a8c7f430f64675b5af (patch) | |
tree | 1057b58918244cbc1a3908db6bb932fb6cdcbf99 /xmloff | |
parent | 08e29a9c9af0a1f6b46b0ad968ec6167aa05ad4f (diff) |
INTEGRATION: CWS vgbugs07 (1.30.124); FILE MERGED
2007/06/04 13:23:29 vg 1.30.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/style/PageMasterStyleMap.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/xmloff/source/style/PageMasterStyleMap.cxx b/xmloff/source/style/PageMasterStyleMap.cxx index 251d1d918fe8..44c47bf8f885 100644 --- a/xmloff/source/style/PageMasterStyleMap.cxx +++ b/xmloff/source/style/PageMasterStyleMap.cxx @@ -4,9 +4,9 @@ * * $RCSfile: PageMasterStyleMap.cxx,v $ * - * $Revision: 1.30 $ + * $Revision: 1.31 $ * - * last change: $Author: obo $ $Date: 2006-09-17 10:46:19 $ + * last change: $Author: hr $ $Date: 2007-06-27 15:28:49 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -37,14 +37,14 @@ #include "precompiled_xmloff.hxx" #ifndef _XMLOFF_PAGEMASTERSTYLEMAP_HXX -#include "PageMasterStyleMap.hxx" +#include <xmloff/PageMasterStyleMap.hxx> #endif #ifndef _XMLOFF_XMLNMSPE_HXX #include "xmlnmspe.hxx" #endif #ifndef _XMLOFF_XMLTOKEN_HXX -#include "xmltoken.hxx" +#include <xmloff/xmltoken.hxx> #endif using namespace ::xmloff::token; |