diff options
Diffstat (limited to 'svx/source/svdraw/svdmodel.cxx')
-rw-r--r-- | svx/source/svdraw/svdmodel.cxx | 25 |
1 files changed, 11 insertions, 14 deletions
diff --git a/svx/source/svdraw/svdmodel.cxx b/svx/source/svdraw/svdmodel.cxx index be84f0688580..2fcdfdffbb8a 100644 --- a/svx/source/svdraw/svdmodel.cxx +++ b/svx/source/svdraw/svdmodel.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: svdmodel.cxx,v $ - * $Revision: 1.82 $ - * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify @@ -53,7 +50,7 @@ #include <svx/xlnstit.hxx> #include "svditext.hxx" -#include <svx/editeng.hxx> // Fuer EditEngine::CreatePool() +#include <editeng/editeng.hxx> // Fuer EditEngine::CreatePool() #include <svx/xtable.hxx> @@ -73,16 +70,16 @@ #include "svdoutlinercache.hxx" -#include "asiancfg.hxx" -#include "fontitem.hxx" -#include <svx/colritem.hxx> -#include <svx/fhgtitem.hxx> +#include <svl/asiancfg.hxx> +#include "editeng/fontitem.hxx" +#include <editeng/colritem.hxx> +#include <editeng/fhgtitem.hxx> #include <svl/style.hxx> #include <tools/bigint.hxx> -#include <svx/numitem.hxx> -#include <bulitem.hxx> -#include <svx/outlobj.hxx> -#include "forbiddencharacterstable.hxx" +#include <editeng/numitem.hxx> +#include <editeng/bulitem.hxx> +#include <editeng/outlobj.hxx> +#include "editeng/forbiddencharacterstable.hxx" #include <svl/zforlist.hxx> #include <comphelper/processfactory.hxx> @@ -93,7 +90,7 @@ // #95114# #include <vcl/svapp.hxx> #include <svx/sdr/properties/properties.hxx> -#include <svx/eeitem.hxx> +#include <editeng/eeitem.hxx> #include <svl/itemset.hxx> using namespace ::com::sun::star; |