mirror of
https://github.com/LibreOffice/dictionaries.git
synced 2025-07-20 16:43:03 +00:00

Thread 1 "soffice.bin" hit Breakpoint 1, (anonymous namespace)::GraphicProvider::queryGraphic (this=0x55555b446140, rMediaProperties=uno::Sequence of length 1 = {...}) at /home/julien/lo/libreoffice/vcl/source/graphic/UnoGraphicProvider.cxx:430 430 SAL_WARN("svtools", "Could not create graphic: " << error); (gdb) p rMediaProperties $2 = uno::Sequence of length 1 = {{Name = "URL", Handle = 0, Value = uno::Any("string": "file:///home/julien/lo/libreoffice/instdir/program/../share/extensions/dict-ca/images/SC-logo.png"), State = com::sun:⭐🫘:PropertyState::PropertyState_DIRECT_VALUE}} (gdb) c Continuing. warn:svtools:21636:21636:vcl/source/graphic/UnoGraphicProvider.cxx:430: Could not create graphic: 0x8201(Error Area:Vcl Class:General Code:1) Change-Id: I4b160ccd6777988ddb0107b663006efdaa48e366
31 lines
963 B
Makefile
31 lines
963 B
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/.
|
|
#
|
|
|
|
$(eval $(call gb_Dictionary_Dictionary,dict-ca,dictionaries/ca))
|
|
|
|
$(eval $(call gb_Dictionary_add_root_files,dict-ca,\
|
|
dictionaries/ca/dictionaries/ca.aff \
|
|
dictionaries/ca/dictionaries/ca.dic \
|
|
dictionaries/ca/dictionaries/ca-valencia.aff \
|
|
dictionaries/ca/dictionaries/ca-valencia.dic \
|
|
dictionaries/ca/dictionaries/hyph_ca.dic \
|
|
dictionaries/ca/LICENSES-en.txt \
|
|
dictionaries/ca/LLICENCIES-ca.txt \
|
|
))
|
|
|
|
$(eval $(call gb_Dictionary_add_files,dict-ca,images,\
|
|
dictionaries/ca/images/SC-logo.png \
|
|
))
|
|
|
|
$(eval $(call gb_Dictionary_add_thesauri,dict-ca,\
|
|
dictionaries/ca/dictionaries/th_ca_ES_v3.dat \
|
|
))
|
|
|
|
# vim: set noet sw=4 ts=4:
|