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 | 713426771c4175555076ab5b3e86f4f9afd70212 (patch) | |
tree | 6d3be7201a8f5dbf0b22faa99c45213e90025bb1 /cui | |
parent | 2136cb29d72db36cc37734524fc4c58ffb60207f (diff) |
use configitem directly
Diffstat (limited to 'cui')
-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 55fae464144b..15dc1f892885 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> |