summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-04-26 07:33:49 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-04-26 07:33:49 +0000
commit57d76b307ad9d9ccc8ba7d49573659b185588a20 (patch)
tree286e80b80154814f68fa71b1d7cff91309c2ba88 /basic
parent3e2360e0fa81609665e8e396e4fdf67e4420c64e (diff)
INTEGRATION: CWS residcleanup (1.8.50); FILE MERGED
2007/02/18 21:06:57 pl 1.8.50.1: #i74635# get rid of implicit global ResMgr
Diffstat (limited to 'basic')
-rw-r--r--basic/source/sbx/sbxscan.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basic/source/sbx/sbxscan.cxx b/basic/source/sbx/sbxscan.cxx
index 4fc16b29ddc1..a2c1ee00bda1 100644
--- a/basic/source/sbx/sbxscan.cxx
+++ b/basic/source/sbx/sbxscan.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: sbxscan.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: obo $ $Date: 2006-10-12 14:33:35 $
+ * last change: $Author: rt $ $Date: 2007-04-26 08:33:49 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -648,7 +648,7 @@ class SbxValueFormatResId : public ResId
{
public:
SbxValueFormatResId( USHORT nId )
- : ResId( nId, implGetResMgr() )
+ : ResId( nId, *implGetResMgr() )
{}
};