diff options
author | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2009-11-30 12:56:04 +0100 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2009-11-30 12:56:04 +0100 |
commit | 7957366b221771c0fb40634f466b8c86071462cd (patch) | |
tree | f88bed56ec43cc1460b23d8c129db888677f2cb3 | |
parent | 419e42ede0639d5ed3098356a3613fc065d27c63 (diff) |
[CWS autorecovery] forgot to remove some includes
-rw-r--r-- | formula/source/ui/dlg/formula.cxx | 1 | ||||
-rw-r--r-- | sfx2/source/view/frmload.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/formula/source/ui/dlg/formula.cxx b/formula/source/ui/dlg/formula.cxx index 37db1d2eb3cb..67863fadffea 100644 --- a/formula/source/ui/dlg/formula.cxx +++ b/formula/source/ui/dlg/formula.cxx @@ -35,7 +35,6 @@ #include <sfx2/dispatch.hxx> #include <sfx2/docfile.hxx> #include <sfx2/viewfrm.hxx> -#include <sfx2/topfrm.hxx> #include <vcl/svapp.hxx> #include <vcl/mnemonic.hxx> #include <vcl/tabpage.hxx> diff --git a/sfx2/source/view/frmload.cxx b/sfx2/source/view/frmload.cxx index 09687006e3c2..64fa2fdb1289 100644 --- a/sfx2/source/view/frmload.cxx +++ b/sfx2/source/view/frmload.cxx @@ -45,7 +45,6 @@ #include "sfx2/sfx.hrc" #include "sfx2/sfxsids.hrc" #include "sfx2/sfxuno.hxx" -#include "sfx2/topfrm.hxx" #include "sfx2/viewfrm.hxx" /** === begin UNO includes === **/ |