diff options
author | Armin Le Grand <Armin.Le.Grand@Sun.COM> | 2010-03-18 18:44:00 +0100 |
---|---|---|
committer | Armin Le Grand <Armin.Le.Grand@Sun.COM> | 2010-03-18 18:44:00 +0100 |
commit | 90151999b092f1a1a440f45acd64e1ff0d1fcef9 (patch) | |
tree | 613a2ff9760a5dc268a068cdb8438c6dfc2467f4 /svx/source/sdr/attribute/sdrtextattribute.cxx | |
parent | 7084956e2f62bbe9d1ae9356958ac40f2c3c9784 (diff) | |
parent | 6b9635f6b2d62537052bdc11ec84247d3bc72832 (diff) |
aw079: rebase to m75
Diffstat (limited to 'svx/source/sdr/attribute/sdrtextattribute.cxx')
-rw-r--r-- | svx/source/sdr/attribute/sdrtextattribute.cxx | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/svx/source/sdr/attribute/sdrtextattribute.cxx b/svx/source/sdr/attribute/sdrtextattribute.cxx index 0acc7cfc6c86..a28430f127c1 100644 --- a/svx/source/sdr/attribute/sdrtextattribute.cxx +++ b/svx/source/sdr/attribute/sdrtextattribute.cxx @@ -2,14 +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: sdrtextattribute.cxx,v $ - * - * $Revision: 1.2 $ - * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify @@ -34,6 +30,9 @@ #include <svx/sdr/attribute/sdrtextattribute.hxx> #include <svx/sdr/attribute/sdrformtextattribute.hxx> #include <svx/svdotext.hxx> +#include <editeng/outlobj.hxx> +#include <editeng/editobj.hxx> +#include <editeng/flditem.hxx> #include <svx/sdr/properties/properties.hxx> ////////////////////////////////////////////////////////////////////////////// |