3e7832724e
This reverts mostly all of my hrc string cleanup commits. As Markus stated indc05a825e7
those are erroneous and mostly untested. And therefore absolutely unsave. I only did test them by compiling and checking the main screens. Cleaning those files seems to be much more complicated than I thought. So to be absolutely save I do this huge revert. Sorry for this. Revert "hrc cleanup: Further cleanup" This reverts commit60212988e1
. Revert "hrc cleanup: Remove unused strings" This reverts commit0e2d7550dd
. Revert "hrc cleanup: Remove unused Strings in sfx2/source/doc/doc.hrc" This reverts commitefb74b5dfd
. Revert "hrc cleanup: Remove unused Strings in cui" This reverts commit527e8f6186
. Revert "hrc cleanup: Remove unused Strings in desktop" This reverts commitac3800fbb9
. Revert "hrc cleanup: Remove unused cstitem.src" This reverts commitae95e31831
. Revert "hrc cleanup: Remove unused strings in wizards" This reverts commit20f9a17443
. Revert "hrc cleanup: Remove unused Strings in sfx2" This reverts commitc26d4d3446
.
37 lines
1.2 KiB
Makefile
37 lines
1.2 KiB
Makefile
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
|
#
|
|
# 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 .
|
|
#
|
|
|
|
$(eval $(call gb_AllLangResTarget_AllLangResTarget,svl))
|
|
|
|
$(eval $(call gb_AllLangResTarget_add_srs,svl,\
|
|
svl/res \
|
|
))
|
|
|
|
$(eval $(call gb_SrsTarget_SrsTarget,svl/res))
|
|
|
|
$(eval $(call gb_SrsTarget_use_packages,svl/res,\
|
|
svl_inc \
|
|
))
|
|
|
|
$(eval $(call gb_SrsTarget_add_files,svl/res,\
|
|
svl/source/misc/mediatyp.src \
|
|
svl/source/items/cstitem.src \
|
|
))
|
|
|
|
# vim: set noet sw=4 ts=4:
|