diff options
author | Jan Holesovsky <kendy@suse.cz> | 2013-01-02 22:07:41 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2013-01-04 22:02:51 +0100 |
commit | 0c22f3eadd3ffb461eada94f4b019fbb2161f197 (patch) | |
tree | 81091634b534d4b017a6a1a153df942046da7447 /tubes/source | |
parent | 255c03d6ad4ed13c456ee621e0af765684a475d2 (diff) |
Make LO buildable again after the GraphicFilter move.
Change-Id: I3455a7294b136400f32163626d5a7a7f2bfa898c
Diffstat (limited to 'tubes/source')
-rw-r--r-- | tubes/source/contacts.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tubes/source/contacts.cxx b/tubes/source/contacts.cxx index 91cce715b831..a6badfb21cf3 100644 --- a/tubes/source/contacts.cxx +++ b/tubes/source/contacts.cxx @@ -28,7 +28,7 @@ #include <sal/config.h> -#include <svtools/filter.hxx> +#include <vcl/graphicfilter.hxx> #include <tubes/conference.hxx> #include <tubes/collaboration.hxx> #include <tubes/manager.hxx> |