Kaydet (Commit) bc383058 authored tarafından Caolán McNamara's avatar Caolán McNamara

make these global level resids

Change-Id: I129fa1f649f8dfcec1434734193daf22ea841889
üst 816542b2
......@@ -66,6 +66,12 @@
#define ST_NAME (RC_DBUI_BEGIN + 35)
#define ST_TABLE (RC_DBUI_BEGIN + 36)
#define ST_QUERY (RC_DBUI_BEGIN + 37)
#define ST_SALUTATIONPREVIEW (RC_DBUI_BEGIN + 38)
#define ST_SALUTATIONMATCHING (RC_DBUI_BEGIN + 39)
#define ST_SALUTATIONELEMENT (RC_DBUI_BEGIN + 40)
#define ST_ADDRESSELEMENT (RC_DBUI_BEGIN + 41)
#define ST_MATCHESTO (RC_DBUI_BEGIN + 42)
#define ST_PREVIEW (RC_DBUI_BEGIN + 43)
// Elements -----------------------------------------------------------------
#define MM_PART_TITLE 0
......
......@@ -33,7 +33,6 @@
#include <vector>
#include <boost/scoped_ptr.hpp>
#include <mmaddressblockpage.hrc>
#include <globals.hrc>
#include <dbui.hrc>
#include <helpid.h>
......
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* 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 _MAILMERGEADDRESSBLOCKPAGE_HRC
#define _MAILMERGEADDRESSBLOCKPAGE_HRC
#define STR_DOCUMENT 13
#define STR_CHANGEADDRESS 16
#define ST_SALUTATIONPREVIEW 72
#define ST_SALUTATIONMATCHING 73
#define ST_SALUTATIONELEMENT 74
#define ST_ADDRESSELEMENT 2
#define ST_MATCHESTO 3
#define ST_PREVIEW 4
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -16,7 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include <mmaddressblockpage.hrc>
#include <dbui.hrc>
#include <helpid.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment