Kaydet (Commit) 57ee15e5 authored tarafından Jan Holesovsky's avatar Jan Holesovsky

These strings are now global resources, define them accordingly.

Change-Id: Ia68249242850ef3d82cc56ceae7e5ef84dd08b5b
üst b467b858
......@@ -70,6 +70,9 @@
#define STR_SAME_NAME_USED (RID_UUI_START + 60)
#define STR_ENTER_SIMPLE_PASSWORD (RID_UUI_START + 61)
#define STR_CONFIRM_SIMPLE_PASSWORD (RID_UUI_START + 62)
#define STR_TITLE_CREATE_PASSWORD (RID_UUI_START + 63)
#define STR_TITLE_ENTER_PASSWORD (RID_UUI_START + 64)
#define STR_PASSWORD_MISMATCH (RID_UUI_START + 65)
#define ERRCODE_UUI_IO_ABORT (ERRCODE_AREA_UUI + 0)
#define ERRCODE_UUI_IO_ACCESSDENIED (ERRCODE_AREA_UUI + 1)
......
......@@ -18,7 +18,6 @@
*/
#include "passworddlg.hxx"
#include "passworddlg.hrc"
#include "ids.hrc"
#include <vcl/msgbox.hxx>
......
/* -*- 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 PASSWORDDLG_HRC
#define PASSWORDDLG_HRC
// local identifiers
#define BTN_PASSWORD_OK 1
#define ED_PASSWORD 2
#define FT_PASSWORD 3
#define FT_CONFIRM_PASSWORD 4
#define ED_CONFIRM_PASSWORD 5
#define FL_FIXED_LINE_1 6
#define BTN_PASSWORD_HELP 7
#define BTN_PASSWORD_CANCEL 8
#define STR_TITLE_CREATE_PASSWORD 9
#define STR_TITLE_ENTER_PASSWORD 10
#define STR_PASSWORD_MISMATCH 11
#endif // PASSWORDDLG_HRC
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -20,7 +20,6 @@
#define __RSC
#include <ids.hrc>
#include <passworddlg.hrc>
String STR_ENTER_PASSWORD_TO_OPEN
{
......
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