From 39a2a2d2436db4396e38bc719bdaa58333345645 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Fri, 4 Jan 2008 14:10:09 +0000 Subject: INTEGRATION: CWS mba24issues01 (1.36.22); FILE MERGED 2007/12/15 13:18:17 mba 1.36.22.1: #i81588#: typo prevented reading of document language --- sfx2/source/doc/objuno.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sfx2/source') diff --git a/sfx2/source/doc/objuno.cxx b/sfx2/source/doc/objuno.cxx index 947e6d5c437a..ad8036fbcebc 100644 --- a/sfx2/source/doc/objuno.cxx +++ b/sfx2/source/doc/objuno.cxx @@ -4,9 +4,9 @@ * * $RCSfile: objuno.cxx,v $ * - * $Revision: 1.36 $ + * $Revision: 1.37 $ * - * last change: $Author: ihi $ $Date: 2007-11-26 13:51:20 $ + * last change: $Author: obo $ $Date: 2008-01-04 15:10:09 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1189,8 +1189,8 @@ void SAL_CALL SfxDocumentInfoObject::setFastPropertyValue(sal_Int32 nHandle, co { lang::Locale aLocale; aValue >>= aLocale; - if ( aLocale.Language != _pImp->aCharLocale.Language && - aLocale.Country != _pImp->aCharLocale.Country && + if ( aLocale.Language != _pImp->aCharLocale.Language || + aLocale.Country != _pImp->aCharLocale.Country || aLocale.Variant != _pImp->aCharLocale.Variant ) { bModified = sal_True; -- cgit