summaryrefslogtreecommitdiff
path: root/xmloff/source/style/XMLBitmapRepeatOffsetPropertyHandler.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 14:32:06 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 14:32:06 +0000
commitfa5af66a5d925532d50a0296381146ba717e154b (patch)
tree8a79575f906212f04827d4645ea88e2cab56bf39 /xmloff/source/style/XMLBitmapRepeatOffsetPropertyHandler.cxx
parent6ed55380a134e6f3d10b36a593237a0335977be2 (diff)
INTEGRATION: CWS vgbugs07 (1.6.90); FILE MERGED
2007/06/04 13:23:30 vg 1.6.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'xmloff/source/style/XMLBitmapRepeatOffsetPropertyHandler.cxx')
-rw-r--r--xmloff/source/style/XMLBitmapRepeatOffsetPropertyHandler.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmloff/source/style/XMLBitmapRepeatOffsetPropertyHandler.cxx b/xmloff/source/style/XMLBitmapRepeatOffsetPropertyHandler.cxx
index 2a9a028a9695..5ce06a4f97ae 100644
--- a/xmloff/source/style/XMLBitmapRepeatOffsetPropertyHandler.cxx
+++ b/xmloff/source/style/XMLBitmapRepeatOffsetPropertyHandler.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: XMLBitmapRepeatOffsetPropertyHandler.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: vg $ $Date: 2006-11-21 17:36:15 $
+ * last change: $Author: hr $ $Date: 2007-06-27 15:31:23 $
*
* 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 @@
#include "precompiled_xmloff.hxx"
#ifndef _XMLOFF_XMLTOKEN_HXX
-#include "xmltoken.hxx"
+#include <xmloff/xmltoken.hxx>
#endif
#ifndef _XMLOFF_XMLUCONV_HXX
-#include "xmluconv.hxx"
+#include <xmloff/xmluconv.hxx>
#endif
#ifndef _RTL_USTRBUF_HXX_