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 | 67603c3c4793635089b7339bcf40ef3e7e6a180c (patch) | |
tree | 276bcd3bb71c466242925235c70d55675b65d030 /cui | |
parent | 915e0d150093d99e8cc4437db6d377b5a3ce8ddd (diff) |
Do not include filedlg.hxx when not necessary
Diffstat (limited to 'cui')
-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 45119573c5da..c6b87d000bcd 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> |