summaryrefslogtreecommitdiff
path: root/xmlsecurity/inc/digitalsignaturesdialog.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlsecurity/inc/digitalsignaturesdialog.hxx')
-rw-r--r--xmlsecurity/inc/digitalsignaturesdialog.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/xmlsecurity/inc/digitalsignaturesdialog.hxx b/xmlsecurity/inc/digitalsignaturesdialog.hxx
index 6497a633786d..f062c7da9d8e 100644
--- a/xmlsecurity/inc/digitalsignaturesdialog.hxx
+++ b/xmlsecurity/inc/digitalsignaturesdialog.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_XMLSECURITY_INC_DIGITALSIGNATURESDIALOG_HXX
-#define INCLUDED_XMLSECURITY_INC_DIGITALSIGNATURESDIALOG_HXX
+#pragma once
#include <vcl/weld.hxx>
#include <com/sun/star/beans/PropertyValue.hpp>
@@ -119,6 +118,4 @@ public:
bool SignaturesChanged() const { return mbSignaturesChanged; }
};
-#endif // INCLUDED_XMLSECURITY_INC_DIGITALSIGNATURESDIALOG_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */