summaryrefslogtreecommitdiff
path: root/include/comphelper/base64.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/base64.hxx')
-rw-r--r--include/comphelper/base64.hxx10
1 files changed, 6 insertions, 4 deletions
diff --git a/include/comphelper/base64.hxx b/include/comphelper/base64.hxx
index d962aabacda0..a77ac4ebe3b2 100644
--- a/include/comphelper/base64.hxx
+++ b/include/comphelper/base64.hxx
@@ -26,10 +26,13 @@
#include <rtl/ustrbuf.hxx>
#include <rtl/strbuf.hxx>
-namespace com::sun::star::uno { template <class E> class Sequence; }
-
-namespace comphelper {
+namespace com::sun::star::uno
+{
+template <class E> class Sequence;
+}
+namespace comphelper
+{
class COMPHELPER_DLLPUBLIC Base64
{
public:
@@ -47,7 +50,6 @@ public:
static sal_Int32 decodeSomeChars(css::uno::Sequence<sal_Int8>& aPass, const OUString& sBuffer);
};
-
}
#endif // INCLUDED_COMPHELPER_BASE64_HXX