Hi, I have submitted a patch for review:
https://gerrit.libreoffice.org/1873 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/73/1873/1 Cleanup after zoom dialog ui conversion Change-Id: I99cbb6e739af352091446da11d8150b24c2a6207 --- M cui/source/dialogs/zoom.cxx D cui/source/dialogs/zoom.hrc 2 files changed, 0 insertions(+), 44 deletions(-) diff --git a/cui/source/dialogs/zoom.cxx b/cui/source/dialogs/zoom.cxx index 3121529..de5997f 100644 --- a/cui/source/dialogs/zoom.cxx +++ b/cui/source/dialogs/zoom.cxx @@ -27,7 +27,6 @@ #define _SVX_ZOOM_CXX #include <cuires.hrc> -#include "zoom.hrc" #include "zoom.hxx" #include <sfx2/zoomitem.hxx> diff --git a/cui/source/dialogs/zoom.hrc b/cui/source/dialogs/zoom.hrc deleted file mode 100644 index c2a5bbc..0000000 --- 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 -- To view, visit https://gerrit.libreoffice.org/1873 To unsubscribe, visit https://gerrit.libreoffice.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I99cbb6e739af352091446da11d8150b24c2a6207 Gerrit-PatchSet: 1 Gerrit-Project: core Gerrit-Branch: master Gerrit-Owner: Roth Robert <robert.roth....@gmail.com> _______________________________________________ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice