diff options
author | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-03-11 11:26:05 +0100 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-03-11 11:26:05 +0100 |
commit | 23fe49e15145fce54048c44c49ca0fb09f03c2c2 (patch) | |
tree | 9f9ce34fe8626f75c6b4c6effefe1dffb95196e3 /starmath/source/view.cxx | |
parent | d2137e0c3414c5c3d1ba55569316baa4eaf99f5f (diff) | |
parent | 7fa96e56c6fe20ea496be40338124ba35aae9d84 (diff) |
autorecovery: merged changes from m74. Still need to find out how to re-do two patches (to module_hidden_ooo.scp and file_ooo.scp in scp2/source/ooo) which do not apply anymore.
Diffstat (limited to 'starmath/source/view.cxx')
-rw-r--r-- | starmath/source/view.cxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/starmath/source/view.cxx b/starmath/source/view.cxx index dda5025097be..1552d4edc231 100644 --- a/starmath/source/view.cxx +++ b/starmath/source/view.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: view.cxx,v $ - * $Revision: 1.53 $ - * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify @@ -61,7 +58,7 @@ #include <svl/undo.hxx> #include <svl/whiter.hxx> #include <svx/dialogs.hrc> -#include <svx/editeng.hxx> +#include <editeng/editeng.hxx> #include <svx/svxdlg.hxx> #include <svx/zoomitem.hxx> #include <vcl/decoview.hxx> |