summaryrefslogtreecommitdiffstats
path: root/include/comphelper/xmlsechelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/xmlsechelper.hxx')
-rw-r--r--include/comphelper/xmlsechelper.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/include/comphelper/xmlsechelper.hxx b/include/comphelper/xmlsechelper.hxx
index 5bf3add901f1..48703053c230 100644
--- a/include/comphelper/xmlsechelper.hxx
+++ b/include/comphelper/xmlsechelper.hxx
@@ -27,9 +27,7 @@
#include <vector>
-namespace comphelper
-{
-namespace xmlsec
+namespace comphelper::xmlsec
{
COMPHELPER_DLLPUBLIC OUString GetCertificateKind(const css::security::CertificateKind& rKind);
@@ -42,7 +40,6 @@ COMPHELPER_DLLPUBLIC OUString GetContentPart(const OUString& _rRawString,
COMPHELPER_DLLPUBLIC OUString GetHexString(const css::uno::Sequence<sal_Int8>& _rSeq,
const char* _pSep, sal_uInt16 _nLineBreak = 0xFFFF);
}
-}
-#endif
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */