diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-06-26 10:44:54 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-06-27 13:27:24 +0200 |
commit | f6a8cb7ae24ce87174526af845dbe45e1874d806 (patch) | |
tree | d18fd74329787fd76bba07bb6b44acc921b02269 /wizards | |
parent | 51ce86f1ef01ad7719f90776cb1e915166660c3b (diff) |
Remove completely commented out file webwizar.src
Change-Id: I4161a7fe929c81ac0bdd8506d2e0697bdc7f9c9e
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/AllLangResTarget_wwz.mk | 41 | ||||
-rw-r--r-- | wizards/Module_wizards.mk | 1 | ||||
-rw-r--r-- | wizards/source/webwizard/webwizar.src | 158 |
3 files changed, 0 insertions, 200 deletions
diff --git a/wizards/AllLangResTarget_wwz.mk b/wizards/AllLangResTarget_wwz.mk deleted file mode 100644 index 696d457a0bf9..000000000000 --- a/wizards/AllLangResTarget_wwz.mk +++ /dev/null @@ -1,41 +0,0 @@ -# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2011 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# OpenOffice.org is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License version 3 -# only, as published by the Free Software Foundation. -# -# OpenOffice.org is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License version 3 for more details -# (a copy is included in the LICENSE file that accompanied this code). -# -# You should have received a copy of the GNU Lesser General Public License -# version 3 along with OpenOffice.org. If not, see -# <http://www.openoffice.org/license.html> -# for a copy of the LGPLv3 License. -# -#************************************************************************* - -$(eval $(call gb_AllLangResTarget_AllLangResTarget,wwz)) - -$(eval $(call gb_AllLangResTarget_add_srs,wwz,\ - wwz/res \ -)) - -$(eval $(call gb_SrsTarget_SrsTarget,wwz/res)) - -$(eval $(call gb_SrsTarget_add_files,wwz/res,\ - wizards/source/webwizard/webwizar.src \ -)) - -# vim: set noet sw=4 ts=4: diff --git a/wizards/Module_wizards.mk b/wizards/Module_wizards.mk index ae2b35d91827..fb23aa229728 100644 --- a/wizards/Module_wizards.mk +++ b/wizards/Module_wizards.mk @@ -33,7 +33,6 @@ $(eval $(call gb_Module_add_targets,wizards,\ AllLangResTarget_eur \ AllLangResTarget_imp \ AllLangResTarget_tpl \ - AllLangResTarget_wwz \ AllLangResTarget_wzi \ Pyuno_fax \ Pyuno_commonwizards \ diff --git a/wizards/source/webwizard/webwizar.src b/wizards/source/webwizard/webwizar.src deleted file mode 100644 index 4c9ddddacf02..000000000000 --- a/wizards/source/webwizard/webwizar.src +++ /dev/null @@ -1,158 +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 . - */ -/* -#define WEBERROR 1100 -// -------------------------------------------------------------------- - -String WEBDIALOG -{ - Text [ en-US ] = "~Help"; -}; - - -String WEBDIALOG + 1 -{ - Text [ en-US ] = "AutoPilot Web Page"; -}; - - - - -String WEBDIALOG + 2 -{ - Text [ en-US ] = "~Cancel"; -}; - -String WEBDIALOG + 3 -{ - Text [ en-US ] = "C~reate"; -}; - - -String WEBDIALOG + 4 -{ - Text [ en-US ] = "Which template should be used?"; -}; - -String WEBDIALOG + 5 -{ - Text [ en-US ] = "Which layout should be used?"; -}; - - -String WEBDIALOG + 6 -{ - Text [ en-US ] = "Background Image"; -}; - - - -String WEBDIALOG + 7 -{ - Text [ en-US ] = "~Tiled"; -}; - - -String WEBDIALOG + 8 -{ - Text [ en-US ] = "~Scaled"; -}; - - -String WEBDIALOG + 9 -{ - Text [ en-US ] = "Edit document"; -}; - -String WEBDIALOG + 10 -{ - Text [ en-US ] = "Create template"; -}; - - -String WEBERROR + 1 -{ - Text [ en-US ] = "A template for the page setup could not be found."; -}; - -String WEBERROR + 2 -{ - Text [ en-US ] = "A Style for the Page Style could not be found."; -}; - -String WEBERROR + 3 -{ - Text [ en-US ] = "An error occurred as the templates were being interpreted."; -}; - -String WEBERROR + 4 -{ - Text [ en-US ] = "An error occurred as the template was being refreshed."; -}; - -String WEBERROR + 5 -{ - Text [ en-US ] = "An error occurred while applying the Styles."; -}; - -String WEBERROR + 6 -{ - Text [ en-US ] = "An error occurred while evaluating the documents."; -}; - -String WEBERROR + 7 -{ - Text [ en-US ] = "An error occurred while running the AutoPilot."; -}; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/ |