diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-07-26 23:37:23 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-07-26 23:37:23 +0200 |
commit | 5a21dc47fcd93d312a423bef879201b668d843b1 (patch) | |
tree | 1b7f8f403dc8f5c1da283e64ded424cf40d4e910 /cui/source/options | |
parent | 007112219deb5b5277c74a5ef9d77254a4734457 (diff) |
use configitem directly
Diffstat (limited to 'cui/source/options')
-rw-r--r-- | cui/source/options/optinet2.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/optinet2.hxx b/cui/source/options/optinet2.hxx index 08d7a5933..89f3285f0 100644 --- a/cui/source/options/optinet2.hxx +++ b/cui/source/options/optinet2.hxx @@ -36,7 +36,7 @@ #include <svtools/stdctrl.hxx> #include <svtools/svtabbx.hxx> #include <sfx2/tabdlg.hxx> -#include <svl/srchcfg.hxx> +#include <unotools/configitem.hxx> #ifdef _SVX_OPTINET2_CXX #include <svtools/headbar.hxx> |