summaryrefslogtreecommitdiff
path: root/Dictionary_pt-BR.mk
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2013-06-16 14:17:03 +0200
committerAndras Timar <atimar@suse.com>2013-06-16 14:17:03 +0200
commit8da7237c1ddb4eba8f7ce2b5c08e84353d1095e9 (patch)
tree825b9fad7069f83180801e11e91ccd3570c394c9 /Dictionary_pt-BR.mk
parent98b40eee9d84dd95120c0b9ddf1a0d517c2122af (diff)
fdo#65385 default language of pt_BR LightProof settings panel will be pt_BR
Change-Id: I80feb407c794908336074bc73bebcfd0f4016778
Diffstat (limited to 'Dictionary_pt-BR.mk')
-rw-r--r--Dictionary_pt-BR.mk7
1 files changed, 2 insertions, 5 deletions
diff --git a/Dictionary_pt-BR.mk b/Dictionary_pt-BR.mk
index 769b7e8..8259ab1 100644
--- a/Dictionary_pt-BR.mk
+++ b/Dictionary_pt-BR.mk
@@ -25,7 +25,8 @@ $(eval $(call gb_Dictionary_add_root_files,dict-pt-BR,\
$(eval $(call gb_Dictionary_add_files,dict-pt-BR,dialog,\
dictionaries/pt_BR/dialog/pt_BR.xdl \
- dictionaries/pt_BR/dialog/pt_BR_en_US.default \
+ dictionaries/pt_BR/dialog/pt_BR_pt_BR.default \
+ dictionaries/pt_BR/dialog/pt_BR_pt_BR.properties \
))
$(eval $(call gb_Dictionary_add_files,dict-pt-BR,pythonpath,\
@@ -45,8 +46,4 @@ $(eval $(call gb_Dictionary_add_localized_xcu_file,dict-pt-BR,dialog,\
dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office/OptionsDialog.xcu \
))
-$(eval $(call gb_Dictionary_add_propertyfiles,dict-pt-BR,dialog,\
- dictionaries/pt_BR/dialog/pt_BR_en_US.properties \
-))
-
# vim: set noet sw=4 ts=4:
e='feature/tiled-editing'>feature/tiled-editing LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/source/graphic/GraphicObject.cxx
AgeCommit message (Expand)Author
2024-05-10loplugin:ostr in vclNoel Grandin
2024-04-17Drop FRound, and use generalized basegfx::froundMike Kaganski
2024-04-15Generalize basegfx::fround for templated return typeMike Kaganski
2023-07-06make tools::Poly*gon single-arg constructors explicitNoel Grandin
2022-09-16vcl: AnimationBitmap -> AnimationFrameChris Sherlock
2022-07-13clang-tidy modernize-pass-by-value in vclNoel Grandin
2022-06-21vcl: rename mnExtraData to mnRendererIdChris Sherlock
2021-09-30loplugin:constmethod handle more casesNoel Grandin
2021-09-28vcl: rename OutDevState to StackChris Sherlock
2021-09-22Extend loplugin:stringviewparam to starts/endsWith: vclStephan Bergmann
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák
2021-05-19ImplPlayWithRenderer never checks its OutputDevice against nullptrCaolán McNamara
2021-01-13transparency->alpha in GraphicAttrNoel
2020-12-28Fix typoAndrea Gelmini
2020-12-24custom literal for Degree10Noel Grandin
2020-11-18Remove unused GraphicObject::SetGraphic pCopyObj and rLink parametersStephan Bergmann
2020-11-17loplugin:stringviewparam check methods tooNoel
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin
2020-10-21new tools::Degree10 strong typedefNoel Grandin
2020-10-19use tools::Long in vclNoel
2020-10-06loplugin:const* make some params and methods constNoel
2020-10-01loplugin:reducevarscope in vclNoel
2020-06-05Upcoming loplugin:elidestringvar: vclStephan Bergmann
2020-04-15add an IsEmpty method to tools::Size and use itNoel Grandin
2020-03-16Revert "loplugin:constfields in vcl"Noel Grandin
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin
2020-01-22flush out unused MapModesCaolán McNamara
2019-08-15loplugin:sequenceloop in unoxml..vclNoel Grandin
2019-07-24tdf#42949 Fix IWYU warnings in vcl/source/[f-i]*Gabor Kelemen
2019-04-30drop Graphic::operator boolNoel Grandin
2019-04-28prefix member variables of AnimationBitmapTomaž Vajngerl
2018-12-05remove unused GraphicManagerDrawFlags enumNoel Grandin
2018-11-27tdf#42949 Fix IWYU warnings in include/vcl/[f-h]*Gabor Kelemen
2018-11-27remove unused GraphicManagerDrawFlags enum valueNoel Grandin
2018-09-14loplugin:constfields in vclNoel Grandin
2018-07-08Fix typoAndrea Gelmini
2018-04-20Function to load graphic swapped out (loaded on demand)Tomaž Vajngerl
2018-04-12coverity#1434219 Uncaught exceptionCaolán McNamara
2018-04-10remove swapping and link from GraphicObject and GraphicTomaž Vajngerl
2018-04-10vcl: detach usage and remove GraphicManager and GraphicCacheTomaž Vajngerl
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin
2018-03-18remove define for GraphicObject url and inline the stringTomaž Vajngerl
2018-03-16remove constructor with UniqueID from GraphicObjectTomaž Vajngerl
2018-03-15change recursive ImageURL prop. search to use XGraphicTomaž Vajngerl
2018-03-11Move (and rename) graphic stuff from svtools to vclTomaž Vajngerl