From 9b980d4b5f2960d9b34f3b6423a3d0af36d197dc Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Thu, 26 Apr 2007 07:10:31 +0000 Subject: INTEGRATION: CWS residcleanup (1.12.38); FILE MERGED 2007/03/04 15:04:42 pl 1.12.38.1: #i73635# ResId cleanup --- scaddins/source/datefunc/datefunc.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scaddins') diff --git a/scaddins/source/datefunc/datefunc.cxx b/scaddins/source/datefunc/datefunc.cxx index 5fa26dbfde7f..e5e14b3cf1ae 100644 --- a/scaddins/source/datefunc/datefunc.cxx +++ b/scaddins/source/datefunc/datefunc.cxx @@ -4,9 +4,9 @@ * * $RCSfile: datefunc.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: hr $ $Date: 2006-06-19 23:12:16 $ + * last change: $Author: rt $ $Date: 2007-04-26 08:10:31 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -148,7 +148,7 @@ sal_Bool ScaStringList::Contains( const OUString& rSearch ) const //------------------------------------------------------------------ ScaResId::ScaResId( sal_uInt16 nId, ResMgr& rResMgr ) : - ResId( nId, &rResMgr ) + ResId( nId, rResMgr ) { } -- cgit