diff options
author | Francois Tigeot <ftigeot@wolfpond.org> | 2011-07-01 07:20:12 +0200 |
---|---|---|
committer | Francois Tigeot <ftigeot@wolfpond.org> | 2011-07-01 07:21:23 +0200 |
commit | 38184d85f75e5d1cefeab5930039c6fe1363f8e2 (patch) | |
tree | 082c821184701452d145fce4ae5ca72b5d889517 /cui/source/options | |
parent | 76f0d09185da6dc9cccc6983cdced4478588a9e8 (diff) |
Do not include filedlg.hxx when not necessary
Diffstat (limited to 'cui/source/options')
-rw-r--r-- | cui/source/options/optpath.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cui/source/options/optpath.cxx b/cui/source/options/optpath.cxx index a3b00fb63..ddf4d6170 100644 --- a/cui/source/options/optpath.cxx +++ b/cui/source/options/optpath.cxx @@ -35,7 +35,6 @@ #include <sfx2/app.hxx> #include <svl/aeitem.hxx> #include <svtools/svtabbx.hxx> -#include <svtools/filedlg.hxx> #include <tools/config.hxx> #include <tools/urlobj.hxx> #include <vcl/svapp.hxx> |