summaryrefslogtreecommitdiff
path: root/package/source/manifest/Base64Codec.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'package/source/manifest/Base64Codec.cxx')
-rw-r--r--package/source/manifest/Base64Codec.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/source/manifest/Base64Codec.cxx b/package/source/manifest/Base64Codec.cxx
index f3c8152a3fad..cf539d0790c4 100644
--- a/package/source/manifest/Base64Codec.cxx
+++ b/package/source/manifest/Base64Codec.cxx
@@ -31,10 +31,11 @@
#include "Base64Codec.hxx"
#include <rtl/ustrbuf.hxx>
#include <osl/diagnose.h>
-using namespace rtl;
using namespace osl;
using namespace com::sun::star;
+using ::rtl::OUStringBuffer;
+
const
sal_Char aBase64EncodeTable[] =
{ 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M',