diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-04-26 07:10:31 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-04-26 07:10:31 +0000 |
commit | 9b980d4b5f2960d9b34f3b6423a3d0af36d197dc (patch) | |
tree | c3fa65ca944441817703b2198c62a55d53b2243f /scaddins/source/datefunc | |
parent | a65e4e430067d4946c6275eb861fcf2ef336b0b0 (diff) |
INTEGRATION: CWS residcleanup (1.12.38); FILE MERGED
2007/03/04 15:04:42 pl 1.12.38.1: #i73635# ResId cleanup
Diffstat (limited to 'scaddins/source/datefunc')
-rw-r--r-- | scaddins/source/datefunc/datefunc.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
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 ) { } |