[Libreoffice-commits] .: cui/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Fri Jan 25 14:46:49 PST 2013
cui/source/dialogs/zoom.cxx | 1 -
cui/source/dialogs/zoom.hrc | 43 -------------------------------------------
2 files changed, 44 deletions(-)
New commits:
commit a9b1c62b1a4977dae03e04622612b952edd7b629
Author: Robert Roth <robert.roth.off at gmail.com>
Date: Sat Jan 26 00:30:07 2013 +0200
Cleanup after zoom dialog ui conversion
Change-Id: I99cbb6e739af352091446da11d8150b24c2a6207
Reviewed-on: https://gerrit.libreoffice.org/1873
Tested-by: Caolán McNamara <caolanm at redhat.com>
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
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
More information about the Libreoffice-commits
mailing list