summaryrefslogtreecommitdiff
path: root/svx/source
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 18:33:53 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 18:33:53 +0000
commit060028ead18c3dde3943dffbf6573e8089d00662 (patch)
tree41d867df477ca117cdea4ca666681632f27feea2 /svx/source
parent83da7c639aff90919ffd766549266669617aa8f8 (diff)
INTEGRATION: CWS vgbugs07 (1.15.348); FILE MERGED
2007/06/04 13:27:41 vg 1.15.348.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svx/source')
-rw-r--r--svx/source/xoutdev/xattrbmp.cxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/svx/source/xoutdev/xattrbmp.cxx b/svx/source/xoutdev/xattrbmp.cxx
index 1fa4a4e9c10a..e517e0075b58 100644
--- a/svx/source/xoutdev/xattrbmp.cxx
+++ b/svx/source/xoutdev/xattrbmp.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: xattrbmp.cxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 06:23:16 $
+ * last change: $Author: hr $ $Date: 2007-06-27 19:33:53 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -46,18 +46,18 @@
#include <svtools/style.hxx>
#endif
-#include "dialogs.hrc"
+#include <svx/dialogs.hrc>
#include "xattr.hxx"
-#include "xtable.hxx"
-#include "xoutx.hxx"
-#include "xdef.hxx"
-#include "unomid.hxx"
-#include "unoprnms.hxx"
+#include <svx/xtable.hxx>
+#include <svx/xoutx.hxx>
+#include <svx/xdef.hxx>
+#include <svx/unomid.hxx>
+#include <svx/unoprnms.hxx>
#include "unoapi.hxx"
#ifndef _SVDMODEL_HXX
-#include "svdmodel.hxx"
+#include <svx/svdmodel.hxx>
#endif
#ifndef _COM_SUN_STAR_BEANS_PROPERTYVALUE_HPP_