diff options
author | Thomas Lange [tl] <tl@openoffice.org> | 2010-02-26 08:13:29 +0100 |
---|---|---|
committer | Thomas Lange [tl] <tl@openoffice.org> | 2010-02-26 08:13:29 +0100 |
commit | dde2e41414ae1179b4f5d568c2cbd03a1c911fae (patch) | |
tree | 4fab97ec89f02e9c4b6b5b8129662a6d2c60521b /starmath/source/edit.cxx | |
parent | e54a20bf1a45c1c0d2abfe2a7a19bbf2c0bd6bee (diff) | |
parent | 7e12418df527339d4a78416596ea12ed3cd6133a (diff) |
cws tl74: merge with DEV300_m72
Diffstat (limited to 'starmath/source/edit.cxx')
-rw-r--r-- | starmath/source/edit.cxx | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/starmath/source/edit.cxx b/starmath/source/edit.cxx index 48b8a1d0443a..302b475c0452 100644 --- a/starmath/source/edit.cxx +++ b/starmath/source/edit.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: edit.cxx,v $ - * $Revision: 1.40 $ - * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify @@ -47,19 +44,19 @@ #include <vcl/menu.hxx> -#include <svx/editview.hxx> -#include <svx/editeng.hxx> -#include <svx/editstat.hxx> -#include <svx/eeitem.hxx> +#include <editeng/editview.hxx> +#include <editeng/editeng.hxx> +#include <editeng/editstat.hxx> +#include <editeng/eeitem.hxx> #include <sfx2/dispatch.hxx> #include <svl/intitem.hxx> #include <svl/itempool.hxx> #include <svl/stritem.hxx> -#include <svx/fhgtitem.hxx> -#include <svx/wghtitem.hxx> -#include <svx/lrspitem.hxx> +#include <editeng/fhgtitem.hxx> +#include <editeng/wghtitem.hxx> +#include <editeng/lrspitem.hxx> #include <svl/itemset.hxx> -#include <svx/fontitem.hxx> +#include <editeng/fontitem.hxx> #include <sfx2/viewfrm.hxx> #include "edit.hxx" |