diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 18:12:25 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 18:12:25 +0000 |
commit | 65c8b1fca12a3f122606d3b516f0025eed259e74 (patch) | |
tree | 2d4897e02ac3dd7f08b39fb0ca9f027ff4885453 /svx | |
parent | 0dcf5c800908a987c3af251d3cbc9c4fcce01181 (diff) |
INTEGRATION: CWS vgbugs07 (1.9.320); FILE MERGED
2007/06/04 13:27:29 vg 1.9.320.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/svdraw/svdtrans.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/svdraw/svdtrans.cxx b/svx/source/svdraw/svdtrans.cxx index a7ff78339dcb..26bbddcd73ef 100644 --- a/svx/source/svdraw/svdtrans.cxx +++ b/svx/source/svdraw/svdtrans.cxx @@ -4,9 +4,9 @@ * * $RCSfile: svdtrans.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: obo $ $Date: 2006-10-12 13:16:23 $ + * last change: $Author: hr $ $Date: 2007-06-27 19:12:25 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -36,9 +36,9 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_svx.hxx" -#include "svdtrans.hxx" +#include <svx/svdtrans.hxx> #include <math.h> -#include "xpoly.hxx" +#include <svx/xpoly.hxx> #ifndef _VIRDEV_HXX //autogen #include <vcl/virdev.hxx> |