summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-04-26 07:26:12 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-04-26 07:26:12 +0000
commit749386d340cb3f538dc4b365a117dc12ccba87aa (patch)
tree184215e10c48bf5de60c569801d2f725c0d5ca2c /fpicker
parentd1497aab90e3bb7fc71733ef17076640215d64d6 (diff)
INTEGRATION: CWS residcleanup (1.15.38); FILE MERGED
2007/02/22 21:56:09 pl 1.15.38.1: #i74635# get rid of global ResMgr fallback
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/office/iodlg.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/fpicker/source/office/iodlg.cxx b/fpicker/source/office/iodlg.cxx
index 8dfe19445faf..08b393826396 100644
--- a/fpicker/source/office/iodlg.cxx
+++ b/fpicker/source/office/iodlg.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: iodlg.cxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: vg $ $Date: 2006-11-22 10:15:23 $
+ * last change: $Author: rt $ $Date: 2007-04-26 08:26:12 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -586,7 +586,7 @@ namespace
struct SvtResId : public ResId
{
- SvtResId (USHORT nId) : ResId (nId, ResMgrHolder::getOrCreate()) {}
+ SvtResId (USHORT nId) : ResId (nId, *ResMgrHolder::getOrCreate()) {}
};
}