diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-11-15 22:37:13 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-11-16 13:24:05 +0000 |
commit | abf7cdac13c66778ea7deac7251e5b2a6d385a72 (patch) | |
tree | 88efe821e3bafd5b1c1e467de6422d43cd8371b2 /sfx2 | |
parent | 25b119a02143e2e5b321ef16272c276d17414bad (diff) |
UniqueIdContainer is only needed by binfilter
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/inc/pch/precompiled_sfx2.hxx | 1 | ||||
-rw-r--r-- | sfx2/inc/sfx2/shell.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sfx2/inc/pch/precompiled_sfx2.hxx b/sfx2/inc/pch/precompiled_sfx2.hxx index e80c080ca2d9..a4817ab37be1 100644 --- a/sfx2/inc/pch/precompiled_sfx2.hxx +++ b/sfx2/inc/pch/precompiled_sfx2.hxx @@ -610,7 +610,6 @@ #include "tools/string.hxx" #include "tools/table.hxx" #include "tools/tenccvt.hxx" -#include "tools/unqid.hxx" #include "tools/urlobj.hxx" #include "tools/wldcrd.hxx" #include "tools/zcodec.hxx" diff --git a/sfx2/inc/sfx2/shell.hxx b/sfx2/inc/sfx2/shell.hxx index 1b933a90778f..e757cbd0ea62 100644 --- a/sfx2/inc/sfx2/shell.hxx +++ b/sfx2/inc/sfx2/shell.hxx @@ -36,7 +36,6 @@ #include <tools/rtti.hxx> #include <svl/brdcst.hxx> -#include <tools/unqid.hxx> #include <tools/string.hxx> #include <sfx2/sfxuno.hxx> |