From a9b1c62b1a4977dae03e04622612b952edd7b629 Mon Sep 17 00:00:00 2001 From: Robert Roth Date: Sat, 26 Jan 2013 00:30:07 +0200 Subject: Cleanup after zoom dialog ui conversion MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I99cbb6e739af352091446da11d8150b24c2a6207 Reviewed-on: https://gerrit.libreoffice.org/1873 Tested-by: Caolán McNamara Reviewed-by: Caolán McNamara --- cui/source/dialogs/zoom.cxx | 1 - cui/source/dialogs/zoom.hrc | 43 ------------------------------------------- 2 files changed, 44 deletions(-) delete mode 100644 cui/source/dialogs/zoom.hrc (limited to 'cui') diff --git a/cui/source/dialogs/zoom.cxx b/cui/source/dialogs/zoom.cxx index 3121529213c9..de5997f3a968 100644 --- a/cui/source/dialogs/zoom.cxx +++ b/cui/source/dialogs/zoom.cxx @@ -27,7 +27,6 @@ #define _SVX_ZOOM_CXX #include -#include "zoom.hrc" #include "zoom.hxx" #include diff --git a/cui/source/dialogs/zoom.hrc b/cui/source/dialogs/zoom.hrc deleted file mode 100644 index c2a5bbcfe0e5..000000000000 --- a/cui/source/dialogs/zoom.hrc +++ /dev/null @@ -1,43 +0,0 @@ -/* - * 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/. - * - * This file incorporates work covered by the following license notice: - * - * Licensed to the Apache Software Foundation (ASF) under one or more - * contributor license agreements. See the NOTICE file distributed - * with this work for additional information regarding copyright - * ownership. The ASF licenses this file to you under the Apache - * License, Version 2.0 (the "License"); you may not use this file - * except in compliance with the License. You may obtain a copy of - * the License at http://www.apache.org/licenses/LICENSE-2.0 . - */ -#ifndef _SVX_ZOOM_HRC -#define _SVX_ZOOM_HRC - -// defines ------------------------------------------------------------------ - -#define FL_ZOOM 14 -#define BTN_OPTIMAL 15 -#define BTN_WHOLE_PAGE 16 -#define BTN_PAGE_WIDTH 17 -#define BTN_100 18 -#define BTN_USER 19 -#define ED_USER 20 - -#define FL_VIEWLAYOUT 21 -#define BTN_AUTOMATIC 22 -#define BTN_SINGLE 23 -#define BTN_COLUMNS 24 -#define ED_COLUMNS 25 -#define CHK_BOOK 26 - -#define FL_BOTTOM 27 -#define BTN_ZOOM_OK 28 -#define BTN_ZOOM_CANCEL 29 -#define BTN_ZOOM_HELP 30 - -#endif -- cgit