diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-04-26 07:10:20 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-04-26 07:10:20 +0000 |
commit | a65e4e430067d4946c6275eb861fcf2ef336b0b0 (patch) | |
tree | afc55ce1d9d4cc9777853d5b8feda0a8463fbfc6 /scaddins | |
parent | 0ddcadb3e1646f2b58476369b6d57888c579819c (diff) |
INTEGRATION: CWS residcleanup (1.53.24); FILE MERGED
2007/03/04 15:04:41 pl 1.53.24.1: #i73635# ResId cleanup
Diffstat (limited to 'scaddins')
-rw-r--r-- | scaddins/source/analysis/analysishelper.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scaddins/source/analysis/analysishelper.cxx b/scaddins/source/analysis/analysishelper.cxx index 2ea259fc85f9..f07761aac8e9 100644 --- a/scaddins/source/analysis/analysishelper.cxx +++ b/scaddins/source/analysis/analysishelper.cxx @@ -4,9 +4,9 @@ * * $RCSfile: analysishelper.cxx,v $ * - * $Revision: 1.53 $ + * $Revision: 1.54 $ * - * last change: $Author: vg $ $Date: 2006-09-25 12:47:04 $ + * last change: $Author: rt $ $Date: 2007-04-26 08:10:20 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1969,7 +1969,7 @@ const FuncData* FuncDataList::Get( const OUString& aProgrammaticName ) const } -AnalysisResId::AnalysisResId( sal_uInt16 nId, ResMgr& rResMgr ) : ResId( nId, &rResMgr ) +AnalysisResId::AnalysisResId( sal_uInt16 nId, ResMgr& rResMgr ) : ResId( nId, rResMgr ) { } |