diff options
author | Vladimir Glazunov <vg@openoffice.org> | 2009-12-17 12:14:17 +0100 |
---|---|---|
committer | Vladimir Glazunov <vg@openoffice.org> | 2009-12-17 12:14:17 +0100 |
commit | 0de34b05f3c1a0409d23b63b9e69d4d7abbe1090 (patch) | |
tree | c869b2df3bc9dc830efa511131c0b4179a738c19 /sfx2/inc | |
parent | 0648323dac86161361ef0aa76d1d90e4d1075472 (diff) |
#i100000# corrected includes
Notes
Notes:
split repo tag: libs-core_ooo/DEV300_m68
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/sfx2/dinfdlg.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/inc/sfx2/dinfdlg.hxx b/sfx2/inc/sfx2/dinfdlg.hxx index 7466ff1f2ca4..2c8448d6bca0 100644 --- a/sfx2/inc/sfx2/dinfdlg.hxx +++ b/sfx2/inc/sfx2/dinfdlg.hxx @@ -44,8 +44,8 @@ #include <vcl/lstbox.hxx> #include <vcl/scrbar.hxx> #include <svtools/headbar.hxx> -#include <svtools/syslocale.hxx> -#include <svtools/zforlist.hxx> +#include <unotools/syslocale.hxx> +#include <svl/zforlist.hxx> #include <com/sun/star/util/Duration.hpp> #include "tabdlg.hxx" |