summaryrefslogtreecommitdiff
path: root/filter/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-03-18 19:57:52 +0000
committerCaolán McNamara <caolanm@redhat.com>2018-03-19 11:15:36 +0100
commitd05ee87bdd779a8d799269af4bb45ae8a4ea3150 (patch)
tree136f8c6a7fd96180202003aad6294f6a0cbbc1ce /filter/inc
parentb5ca41ab77fb5eba1efed273ce0d551e2e753d34 (diff)
weld pdf warning dialog
Change-Id: I80b8324dcd575f6b537c4a0be264f0446c0fc32f Reviewed-on: https://gerrit.libreoffice.org/51516 Tested-by: Jenkins <ci@libreoffice.org> 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, 0 insertions, 18 deletions
diff --git a/filter/inc/bitmaps.hlst b/filter/inc/bitmaps.hlst
deleted file mode 100644
index 82e82f76632a..000000000000
--- a/filter/inc/bitmaps.hlst
+++ /dev/null
@@ -1,18 +0,0 @@
-/* -*- 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: */