diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-05-05 13:07:57 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-05-05 13:07:57 +0000 |
commit | b8d05399ddb156ca9a41d6f92b414f7de38b20b5 (patch) | |
tree | 496ff624d85dc4ed4f67137f43b4ec8a0707ea94 /transex3/source | |
parent | 315dcd3bea2b1ec1e485ca8b2cdd049509878014 (diff) |
INTEGRATION: CWS l10nfixooo3b (1.49.4); FILE MERGED
2008/04/22 16:14:45 ihi 1.49.4.1: #i88444# #i88441# Added to _tmpl.hrcs
Diffstat (limited to 'transex3/source')
-rw-r--r-- | transex3/source/localize.cxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/transex3/source/localize.cxx b/transex3/source/localize.cxx index 69ea244b9e75..40ad101ec747 100644 --- a/transex3/source/localize.cxx +++ b/transex3/source/localize.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: localize.cxx,v $ - * $Revision: 1.49 $ + * $Revision: 1.50 $ * * This file is part of OpenOffice.org. * @@ -91,7 +91,9 @@ const char *PositiveList[] = { "chart2/source/controller/dialogs/res_Titlesx_tmpl.hrc", "chart2/source/controller/dialogs/res_SecondaryAxisCheckBoxes_tmpl.hrc", "chart2/source/controller/menu/MenuItems_tmpl.hrc", - "svx.lnk/inc/globlmn_tmpl.hrc", + "chart2/source/controller/dialogs/res_ErrorBar_tmpl.hrc", + "chart2/source/controller/dialogs/res_Trendline_tmpl.hrc", + "svx.lnk/inc/globlmn_tmpl.hrc", "sw.lnk/source/ui/inc/swmn_tmpl.hrc", "sw.lnk/source/ui/inc/swacc_tmpl.hrc", "sw.lnk/source/ui/inc/toolbox_tmpl.hrc", @@ -107,6 +109,8 @@ const char *PositiveList[] = { "chart2.lnk/source/controller/dialogs/res_Titlesx_tmpl.hrc", "chart2.lnk/source/controller/dialogs/res_SecondaryAxisCheckBoxes_tmpl.hrc", "chart2.lnk/source/controller/menu/MenuItems_tmpl.hrc", + "chart2.lnk/source/controller/dialogs/res_ErrorBar_tmpl.hrc", + "chart2.lnk/source/controller/dialogs/res_Trendline_tmpl.hrc", "NULL" }; |