diff options
Diffstat (limited to 'svx/source/svdraw/svdpntv.cxx')
-rw-r--r--[-rwxr-xr-x] | svx/source/svdraw/svdpntv.cxx | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/svx/source/svdraw/svdpntv.cxx b/svx/source/svdraw/svdpntv.cxx index 238bdf497180..fb47734b1091 100755..100644 --- a/svx/source/svdraw/svdpntv.cxx +++ b/svx/source/svdraw/svdpntv.cxx @@ -2,13 +2,10 @@ * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * - * Copyright 2008 by Sun Microsystems, Inc. + * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite * - * $RCSfile: svdpntv.cxx,v $ - * $Revision: 1.41 $ - * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify @@ -34,7 +31,7 @@ #include <svx/svdpntv.hxx> #include <vcl/msgbox.hxx> #include <sdrpaintwindow.hxx> -#include <goodies/grfmgr.hxx> +#include <svtools/grfmgr.hxx> #include <svx/svdmodel.hxx> #ifdef DBG_UTIL @@ -45,7 +42,7 @@ #include <svl/smplhint.hxx> #include <svx/svdpntv.hxx> -#include <svx/editdata.hxx> +#include <editeng/editdata.hxx> #include <svx/svdmrkv.hxx> #include <svx/svdpagv.hxx> #include <svx/svdpage.hxx> @@ -67,7 +64,7 @@ #include <svx/svdview.hxx> #include <svx/sxlayitm.hxx> #include <svl/itemiter.hxx> -#include <svx/eeitem.hxx> +#include <editeng/eeitem.hxx> #include <svl/whiter.hxx> #include <svl/style.hxx> #include <svx/sdrpagewindow.hxx> |