diff options
author | Andras Timar <atimar@suse.com> | 2013-02-06 13:21:09 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2013-02-06 14:51:42 +0100 |
commit | 5acf58bbde3f872cf8b33bef689f624e85be4481 (patch) | |
tree | 12671ea71603084ecae4a95644ea8c54915b620e /desktop/util | |
parent | 4549f76d32c9ad278f5b22fc03feb5b8d041080a (diff) |
remove obsolete hidother.src files
Change-Id: Ieb30afd81d16d184e0276ce7699b848f26a00013
Diffstat (limited to 'desktop/util')
-rw-r--r-- | desktop/util/hidother.src | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/desktop/util/hidother.src b/desktop/util/hidother.src deleted file mode 100644 index 0885f9a75901..000000000000 --- a/desktop/util/hidother.src +++ /dev/null @@ -1,39 +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 . - */ - -#include "../source/inc/helpid.hrc" - -hidspecial HID_PACKAGE_MANAGER_UPD_REQ { HelpID = HID_PACKAGE_MANAGER_UPD_REQ; }; - -hidspecial HID_FIRSTSTART_PREV { HelpId = HID_FIRSTSTART_PREV;}; -hidspecial HID_FIRSTSTART_NEXT { HelpId = HID_FIRSTSTART_NEXT;}; -hidspecial HID_FIRSTSTART_CANCEL { HelpId = HID_FIRSTSTART_CANCEL;}; -hidspecial HID_FIRSTSTART_FINISH { HelpId = HID_FIRSTSTART_FINISH;}; -hidspecial UID_FIRSTSTART_HELP { HelpId = UID_FIRSTSTART_HELP;}; - -hidspecial UID_BTN_LICENSE_ACCEPT { HelpId = UID_BTN_LICENSE_ACCEPT;}; - -hidspecial HID_DEPLOYMENT_GUI_UPDATE { HelpId = HID_DEPLOYMENT_GUI_UPDATE;}; -hidspecial HID_DEPLOYMENT_GUI_UPDATEINSTALL { HelpId = HID_DEPLOYMENT_GUI_UPDATEINSTALL;}; - -hidspecial HID_EXTENSION_MANAGER_LISTBOX { HelpId = HID_EXTENSION_MANAGER_LISTBOX; }; -hidspecial HID_EXTENSION_MANAGER_LISTBOX_OPTIONS { HelpId = HID_EXTENSION_MANAGER_LISTBOX_OPTIONS; }; -hidspecial HID_EXTENSION_MANAGER_LISTBOX_ENABLE { HelpId = HID_EXTENSION_MANAGER_LISTBOX_ENABLE; }; -hidspecial HID_EXTENSION_MANAGER_LISTBOX_DISABLE { HelpId = HID_EXTENSION_MANAGER_LISTBOX_DISABLE; }; -hidspecial HID_EXTENSION_MANAGER_LISTBOX_REMOVE { HelpId = HID_EXTENSION_MANAGER_LISTBOX_REMOVE; }; - |