summaryrefslogtreecommitdiff
path: root/filter/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-04-25 21:03:38 +0100
committerCaolán McNamara <caolanm@redhat.com>2017-04-26 09:59:38 +0200
commitff77597f53bd72420dce0f0c43ad6687c0ae3342 (patch)
tree0831f0ceec431eb4b49aa88dcd162a185bde1632 /filter/inc
parent816190b7b0f0cb75782cd12fe2cd908fdaf819fa (diff)
remove filter bitmaps from .src files
Change-Id: I3e1ee8ab50426cdeaf455e59179fb6d34c97d4a3 Reviewed-on: https://gerrit.libreoffice.org/36963 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'filter/inc')
-rw-r--r--filter/inc/bitmaps.hlst18
1 files changed, 18 insertions, 0 deletions
diff --git a/filter/inc/bitmaps.hlst b/filter/inc/bitmaps.hlst
new file mode 100644
index 000000000000..82e82f76632a
--- /dev/null
+++ b/filter/inc/bitmaps.hlst
@@ -0,0 +1,18 @@
+/* -*- 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_FILTER_INC_BITMAPS_HRC
+#define INCLUDED_FILTER_INC_BITMAPS_HRC
+
+#define IMG_WARN "res/ballgreen_7.png"
+#define IMG_ERR "res/ballred_7.png"
+
+#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */