diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2009-04-01 15:43:15 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2009-04-01 15:43:15 +0000 |
commit | f6210452badd9eed77f03cb80dbf9ea2b22686c5 (patch) | |
tree | c51fb5725ac904356e1ef5129aff33dde0ab5ad8 | |
parent | 6d74c58a5c50a6b0a83903487902afaab70728df (diff) |
CWS-TOOLING: integrate CWS sw31bf08_DEV300
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=. |