diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-08-24 06:20:33 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-08-24 06:20:33 +0000 |
commit | 1618f4d6167c65cb2b80944894ab25f487a95db9 (patch) | |
tree | 27061919de6f0ce84fa572e24053630d9d2dcab7 | |
parent | 765249c2d0564fe7708cea8194ecfc8169718ce3 (diff) |
#i10000# Includes corrected.
-rw-r--r-- | svx/source/sdr/contact/viewobjectcontactofsdrmediaobj.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/sdr/contact/viewobjectcontactofsdrmediaobj.cxx b/svx/source/sdr/contact/viewobjectcontactofsdrmediaobj.cxx index c58bdd9158e0..87b89830f8be 100644 --- a/svx/source/sdr/contact/viewobjectcontactofsdrmediaobj.cxx +++ b/svx/source/sdr/contact/viewobjectcontactofsdrmediaobj.cxx @@ -2,9 +2,9 @@ * * $RCSfile: viewobjectcontactofsdrmediaobj.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: obo $ $Date: 2004-08-12 09:04:47 $ + * last change: $Author: rt $ $Date: 2004-08-24 07:20:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -63,8 +63,8 @@ #include <svx/sdr/contact/viewobjectcontactofsdrmediaobj.hxx> #include <svx/sdr/contact/viewcontactofsdrmediaobj.hxx> #include <svx/sdr/contact/displayinfo.hxx> -#include <svx/svdobj.hxx> -#include <svx/svdpagv.hxx> +#include <svdobj.hxx> +#include <svdpagv.hxx> #include <vcl/outdev.hxx> #include <vcl/window.hxx> #include <avmedia/mediaitem.hxx> |