summaryrefslogtreecommitdiff
path: root/xmlsecurity/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-04-26 09:35:24 +0100
committerCaolán McNamara <caolanm@redhat.com>2017-04-26 10:02:55 +0100
commit7bd87eb30ca5df683fa3bd94ca5be9dbca362c03 (patch)
tree5f4497b7f274a0f6a2f86a88fc094c18eac934e1 /xmlsecurity/inc
parent51270a2cc26c8714c62f983702dae58dad1e6bd8 (diff)
remove xmlsecurity bitmaps from .src files
Change-Id: I4a1e272f26711e2c3a3860f3b2553467b979405c
Diffstat (limited to 'xmlsecurity/inc')
-rw-r--r--xmlsecurity/inc/bitmaps.hlst17
1 files changed, 17 insertions, 0 deletions
diff --git a/xmlsecurity/inc/bitmaps.hlst b/xmlsecurity/inc/bitmaps.hlst
new file mode 100644
index 000000000000..0cfeb433bc1a
--- /dev/null
+++ b/xmlsecurity/inc/bitmaps.hlst
@@ -0,0 +1,17 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ */
+
+#ifndef INCLUDED_XMLSECURITY_INC_BITMAPS_HRC
+#define INCLUDED_XMLSECURITY_INC_BITMAPS_HRC
+
+#define BMP_STATE_NOT_VALIDATED "xmlecurity/res/notcertificate_40x56.png"
+
+#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */