diff options
author | Oliver Bolte <obo@openoffice.org> | 2009-03-25 10:12:12 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2009-03-25 10:12:12 +0000 |
commit | 2c58ec733fa67c24a013b79c889d7e30ba548f6d (patch) | |
tree | 59a0c68a9e9f8f78b7e145b8faac58755f203688 | |
parent | e5594dbef5d1d32de44d01a4c34c5aea32b0d509 (diff) |
CWS-TOOLING: integrate CWS sw31bf08
2009-03-20 11:52:54 +0100 b_michaelsen r269791 : using factory to init dialogs - fixes linking breakage
2009-03-18 13:10:52 +0100 mba r269653 : #i92532#: makefile.mk didn't copy hyphenation dictionary
2009-03-17 18:20:46 +0100 b_michaelsen r269623 : fixing win32 buildbreakers
2009-03-17 16:45:19 +0100 b_michaelsen r269618 : #i100235# Improvementprogram is missing in tools options (all languages but EN_US)
2009-03-16 17:43:09 +0100 mst r269562 : fix #i100227#
- sfx2/source/doc/objuno.cxx:
+ do not return invalid Handles in PropertySetInfo
-rw-r--r-- | dictionaries/pt_BR/makefile.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dictionaries/pt_BR/makefile.mk b/dictionaries/pt_BR/makefile.mk index f54a1f8..6bc8323 100644 --- a/dictionaries/pt_BR/makefile.mk +++ b/dictionaries/pt_BR/makefile.mk @@ -55,6 +55,7 @@ EXTENSION_ZIPNAME:=dict-pt COMPONENT_FILES= \ $(EXTENSIONDIR)$/pt_BR.aff \ $(EXTENSIONDIR)$/pt_BR.dic \ + $(EXTENSIONDIR)$/hyph_pt_BR.dic \ $(EXTENSIONDIR)$/README_pt_BR.txt COMPONENT_CONFIGDEST=. |