diff options
author | David Tardon <dtardon@redhat.com> | 2012-08-07 14:49:26 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-08-07 15:04:04 +0200 |
commit | 3494780dcdb98b70fca4f28c354eec9c081b59c5 (patch) | |
tree | 2577c2aa1a20424c278f35ee7cd2ab784d96547c /sd | |
parent | 8809d3989284cd169733dceaeb4710a265fb8ef4 (diff) |
this file does not use base64 conversions at all
Change-Id: I09fab1efbd6028bd245cf53674b31b9bbf0d4217
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/remotecontrol/Receiver.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sd/source/ui/remotecontrol/Receiver.cxx b/sd/source/ui/remotecontrol/Receiver.cxx index 8cdedb71f3f0..b190a4502ce2 100644 --- a/sd/source/ui/remotecontrol/Receiver.cxx +++ b/sd/source/ui/remotecontrol/Receiver.cxx @@ -17,9 +17,7 @@ #include <comphelper/processfactory.hxx> #include <osl/file.hxx> -#include <xmlsec/base64.h> #include <rtl/ustrbuf.hxx> -#include <sax/tools/converter.hxx> #include <rtl/strbuf.hxx> using namespace sd; |