From 76db0a64d13c166b156eef3cbbb320f7fb53d860 Mon Sep 17 00:00:00 2001 From: Oliver Specht Date: Tue, 3 Apr 2001 10:50:08 +0000 Subject: #83139# which ids corrected --- linguistic/source/lngopt.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'linguistic') diff --git a/linguistic/source/lngopt.cxx b/linguistic/source/lngopt.cxx index f3f1ffbce46b..0eb2cf573935 100644 --- a/linguistic/source/lngopt.cxx +++ b/linguistic/source/lngopt.cxx @@ -2,9 +2,9 @@ * * $RCSfile: lngopt.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: tl $ $Date: 2001-02-02 15:39:32 $ + * last change: $Author: os $ $Date: 2001-04-03 11:50:08 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -381,9 +381,9 @@ static SfxItemPropertyMap aLinguProps[] = &::getCppuType( (sal_Int16*)0 ), 0, 0 }, { MAP_CHAR_LEN(UPN_DEFAULT_LOCALE), WID_DEFAULT_LOCALE, &::getCppuType( (Locale* )0), 0, 0 }, - { MAP_CHAR_LEN(UPN_DEFAULT_LOCALE_CJK), WID_DEFAULT_LOCALE, + { MAP_CHAR_LEN(UPN_DEFAULT_LOCALE_CJK), WID_DEFAULT_LOCALE_CJK, &::getCppuType( (Locale* )0), 0, 0 }, - { MAP_CHAR_LEN(UPN_DEFAULT_LOCALE_CTL), WID_DEFAULT_LOCALE, + { MAP_CHAR_LEN(UPN_DEFAULT_LOCALE_CTL), WID_DEFAULT_LOCALE_CTL, &::getCppuType( (Locale* )0), 0, 0 }, { MAP_CHAR_LEN(UPN_HYPH_MIN_LEADING), WID_HYPH_MIN_LEADING, &::getCppuType( (sal_Int16*)0 ), 0, 0 }, -- cgit