diff options
author | sj <sj@openoffice.org> | 2010-07-14 15:37:03 +0200 |
---|---|---|
committer | sj <sj@openoffice.org> | 2010-07-14 15:37:03 +0200 |
commit | f50712190593f0fd7f25b56b3bd527fce2b4d886 (patch) | |
tree | 391dd963bbe0a86aa6202b335b76191fe296e92d /sd | |
parent | 103998e7c97acfb6cec90715eca62ee519d8d3fb (diff) |
fixed build problem (missing header file)
Diffstat (limited to 'sd')
-rwxr-xr-x[-rw-r--r--] | sd/source/filter/html/pubdlg.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/filter/html/pubdlg.cxx b/sd/source/filter/html/pubdlg.cxx index 55e141f8d4cb..8079238bc1dc 100644..100755 --- a/sd/source/filter/html/pubdlg.cxx +++ b/sd/source/filter/html/pubdlg.cxx @@ -51,6 +51,7 @@ #include <svl/eitem.hxx> #include <svtools/colrdlg.hxx> #include <editeng/colritem.hxx> +#include <tools/urlobj.hxx> #include <tools/list.hxx> #include <sdiocmpt.hxx> #include <sfx2/docfile.hxx> |