diff options
author | Mathias Bauer <mba@openoffice.org> | 2009-11-04 12:06:36 +0100 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2009-11-04 12:06:36 +0100 |
commit | 4029353bfda798df7a125554bd6eb7a55d7997e0 (patch) | |
tree | c7306a16f40b12cc10b80a06f7356a3ff13eb921 /svx/source/form/filtnav.cxx | |
parent | fbce1c663acb8b29731cc447a3893b34ff2b4618 (diff) |
#i106421#: some missing header fixes
Diffstat (limited to 'svx/source/form/filtnav.cxx')
-rw-r--r-- | svx/source/form/filtnav.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/form/filtnav.cxx b/svx/source/form/filtnav.cxx index 7ac8f8afbe29..b9ef8224a9ef 100644 --- a/svx/source/form/filtnav.cxx +++ b/svx/source/form/filtnav.cxx @@ -64,7 +64,7 @@ #include <svx/fmshell.hxx> #include <fmshimp.hxx> #include <fmservs.hxx> -#include <fmtools.hxx> +#include <svx/fmtools.hxx> #include <cppuhelper/implbase1.hxx> #include <comphelper/property.hxx> #include <comphelper/uno3.hxx> |