summaryrefslogtreecommitdiff
path: root/xmlsecurity/inc/xmlsignaturehelper.hxx
diff options
context:
space:
mode:
authorTRaXIn <raghav.29.khanna@gmail.com>2020-11-10 17:38:55 +0530
committerIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2020-11-11 08:03:47 +0100
commit98076bc83167dca559800ea882c38ef4fca873b7 (patch)
treece7d4f61e3062922e9b4aef5b241f751c5064117 /xmlsecurity/inc/xmlsignaturehelper.hxx
parent6d5a4c40b617c8e4474af43ad4e46c5a3d415922 (diff)
tdf#124176 Use #pragma once in xmlsecurity
Change-Id: I1e27a17575963d084eb761f5a715f451db4bac62 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105522 Tested-by: Jenkins Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'xmlsecurity/inc/xmlsignaturehelper.hxx')
-rw-r--r--xmlsecurity/inc/xmlsignaturehelper.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/xmlsecurity/inc/xmlsignaturehelper.hxx b/xmlsecurity/inc/xmlsignaturehelper.hxx
index 85dc769d8268..ae0b10c9d239 100644
--- a/xmlsecurity/inc/xmlsignaturehelper.hxx
+++ b/xmlsecurity/inc/xmlsignaturehelper.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_XMLSECURITY_INC_XMLSIGNATUREHELPER_HXX
-#define INCLUDED_XMLSECURITY_INC_XMLSIGNATUREHELPER_HXX
+#pragma once
#include <tools/link.hxx>
#include <rtl/ustring.hxx>
@@ -162,6 +161,4 @@ public:
void ExportSignatureContentTypes(const css::uno::Reference<css::embed::XStorage>& xStorage, int nSignatureCount);
};
-#endif // INCLUDED_XMLSECURITY_INC_XMLSIGNATUREHELPER_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */