summaryrefslogtreecommitdiff
path: root/framework/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-04-25 21:22:07 +0100
committerCaolán McNamara <caolanm@redhat.com>2017-04-26 10:02:55 +0200
commit5fc07f0781d864722cc1bacc1357b317b3b5fdbb (patch)
tree649000ff81d27efe91de10ce43d0889347fa357a /framework/inc
parente8a76aa83e156bd2c79aed655200c4d6d708d689 (diff)
remove framework bitmaps from .src files
Change-Id: Iea85517a60874d49cdf60860071f0924b96cbf62 Reviewed-on: https://gerrit.libreoffice.org/36966 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'framework/inc')
-rw-r--r--framework/inc/bitmaps.hlst19
-rw-r--r--framework/inc/classes/resource.hrc4
2 files changed, 19 insertions, 4 deletions
diff --git a/framework/inc/bitmaps.hlst b/framework/inc/bitmaps.hlst
new file mode 100644
index 000000000000..0ad598c8cb2c
--- /dev/null
+++ b/framework/inc/bitmaps.hlst
@@ -0,0 +1,19 @@
+/* -*- 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_FRAMEWORK_INC_BITMAPS_HRC
+#define INCLUDED_FRAMEWORK_INC_BITMAPS_HRC
+
+#define BMP_SAVEMODIFIED_SMALL "res/savemodified_small.png"
+#define BMP_SAVEMODIFIED_LARGE "res/savemodified_large.png"
+#define BMP_SAVEMODIFIED_EXTRALARGE "res/savemodified_extralarge.png"
+
+#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */
diff --git a/framework/inc/classes/resource.hrc b/framework/inc/classes/resource.hrc
index b4325e7f23ec..4c66725c370f 100644
--- a/framework/inc/classes/resource.hrc
+++ b/framework/inc/classes/resource.hrc
@@ -56,10 +56,6 @@
#define STR_TOOLBAR_LOCK_TOOLBAR (RID_STR_START+32)
#define STR_TOOLBAR_CLOSE_TOOLBAR (RID_STR_START+33)
-#define BMP_SAVEMODIFIED_SMALL (RID_IMAGE_START+0)
-#define BMP_SAVEMODIFIED_LARGE (RID_IMAGE_START+1)
-#define BMP_SAVEMODIFIED_EXTRALARGE (RID_IMAGE_START+2)
-
#define MENUITEM_TOOLBAR_VISIBLEBUTTON 1
#define MENUITEM_TOOLBAR_CUSTOMIZETOOLBAR 2
#define MENUITEM_TOOLBAR_DOCKTOOLBAR 3