summaryrefslogtreecommitdiff
path: root/soldep
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-04-26 09:16:55 +0000
committerRüdiger Timm <rt@openoffice.org>2007-04-26 09:16:55 +0000
commit9ad51d542c31852100644fb637275fbd801eea6f (patch)
treedab239ef28b94d8d112978bde17774f88891e8aa /soldep
parentb3bfc2caf764210a1e6269aee5a98107129e4f3a (diff)
INTEGRATION: CWS residcleanup (1.2.14); FILE MERGED
2007/02/24 09:32:16 pl 1.2.14.1: #i74635# resicleanup
Diffstat (limited to 'soldep')
-rw-r--r--soldep/source/sdtresid.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/soldep/source/sdtresid.cxx b/soldep/source/sdtresid.cxx
index e87a79a5cb48..825aa11f533f 100644
--- a/soldep/source/sdtresid.cxx
+++ b/soldep/source/sdtresid.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: sdtresid.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: obo $ $Date: 2006-04-24 14:09:34 $
+ * last change: $Author: rt $ $Date: 2007-04-26 10:16:55 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -52,7 +52,7 @@ SolDevDll::~SolDevDll()
}
DtSodResId::DtSodResId( USHORT nId ) :
-ResId(nId, (*(SolDevDll**)GetAppData( SHL_SCH ))->GetResMgr())
+ResId(nId, *(*(SolDevDll**)GetAppData( SHL_SCH ))->GetResMgr())
{
}