summaryrefslogtreecommitdiff
path: root/formula/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-04-25 21:10:16 +0100
committerCaolán McNamara <caolanm@redhat.com>2017-04-26 10:00:49 +0200
commit9b0fb3f6cae0f8e86840e476ea1a55355896bede (patch)
treed0dadde739e63c2b1c9d2c88b088df00a43c78ee /formula/inc
parentff77597f53bd72420dce0f0c43ad6687c0ae3342 (diff)
remove formula bitmaps from .src files
Change-Id: If1f43c9ff969c12b87999424b6e4be8390307c8f Reviewed-on: https://gerrit.libreoffice.org/36964 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'formula/inc')
-rw-r--r--formula/inc/bitmaps.hlst23
1 files changed, 23 insertions, 0 deletions
diff --git a/formula/inc/bitmaps.hlst b/formula/inc/bitmaps.hlst
new file mode 100644
index 000000000000..10984f7a77c1
--- /dev/null
+++ b/formula/inc/bitmaps.hlst
@@ -0,0 +1,23 @@
+/* -*- 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_FORMULA_INC_BITMAPS_HRC
+#define INCLUDED_FORMULA_INC_BITMAPS_HRC
+
+#define BMP_STR_CLOSE "formula/res/fapclose.png"
+#define BMP_STR_OPEN "formula/res/fapopen.png"
+#define BMP_STR_END "formula/res/fapok.png"
+#define BMP_STR_ERROR "formula/res/faperror.png"
+#define RID_BMP_REFBTN1 "formula/res/refinp1.png"
+#define RID_BMP_REFBTN2 "formula/res/refinp2.png"
+#define BMP_FX "formula/res/fx.png"
+
+#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */