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/tabwin.cxx | |
parent | fbce1c663acb8b29731cc447a3893b34ff2b4618 (diff) |
#i106421#: some missing header fixes
Diffstat (limited to 'svx/source/form/tabwin.cxx')
-rw-r--r-- | svx/source/form/tabwin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/form/tabwin.cxx b/svx/source/form/tabwin.cxx index 4ad118418981..50736536bfd0 100644 --- a/svx/source/form/tabwin.cxx +++ b/svx/source/form/tabwin.cxx @@ -32,7 +32,7 @@ #include "precompiled_svx.hxx" #include "tabwin.hxx" -#include "fmtools.hxx" +#include "svx/fmtools.hxx" #include "fmservs.hxx" #include "stringlistresource.hxx" |