diff options
author | Noel Grandin <noel@peralex.com> | 2013-08-28 13:13:59 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-08-29 09:30:14 +0200 |
commit | 02a3f860048b0be425106a7f5073e85a8b7edba1 (patch) | |
tree | b7e995a519f115d46108d7a490c41798c3aab45d /sfx2/source/view | |
parent | 67b84a56841dcaefce211591b101143df6b1966e (diff) |
remove unnecessary header sfx2/source/inc/fltfnc.hxx
the only method it declares no longer exists, to inline its
includes into the places using it.
Change-Id: I1fed09835f221a34722dbdd3f33a079a373d8b36
Diffstat (limited to 'sfx2/source/view')
-rw-r--r-- | sfx2/source/view/viewfrm.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/view/viewfrm.cxx b/sfx2/source/view/viewfrm.cxx index 08487f546018..a054ba4dfad4 100644 --- a/sfx2/source/view/viewfrm.cxx +++ b/sfx2/source/view/viewfrm.cxx @@ -128,7 +128,7 @@ using ::com::sun::star::container::XIndexContainer; #include <sfx2/objitem.hxx> #include "sfx2/viewfac.hxx" #include <sfx2/event.hxx> -#include "fltfnc.hxx" +#include <sfx2/fcontnr.hxx> #include <sfx2/docfile.hxx> #include <sfx2/module.hxx> #include <sfx2/msgpool.hxx> |