diff options
Diffstat (limited to 'svx/source/table/cell.hxx')
-rw-r--r-- | svx/source/table/cell.hxx | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/svx/source/table/cell.hxx b/svx/source/table/cell.hxx index 901fe4735e51..9bd2e9440d8c 100644 --- a/svx/source/table/cell.hxx +++ b/svx/source/table/cell.hxx @@ -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: cell.hxx,v $ - * $Revision: 1.5 $ - * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify @@ -37,16 +34,17 @@ #include <com/sun/star/lang/XEventListener.hpp> #include <rtl/ref.hxx> - +#include <svl/style.hxx> #include "svx/sdtaitm.hxx" #include "tablemodel.hxx" -#include "svx/unotext.hxx" +#include "editeng/unotext.hxx" #include "svx/svdtext.hxx" // ----------------------------------------------------------------------------- class SfxItemSet; class OutlinerParaObject; +class SdrObject; namespace sdr { namespace properties { class TextProperties; |