summaryrefslogtreecommitdiff
path: root/fpicker/source/office/iodlgimp.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-04-26 07:26:24 +0000
committerRüdiger Timm <rt@openoffice.org>2007-04-26 07:26:24 +0000
commit5bc6ee7938e83457c5c457b67473eacbe478a49f (patch)
tree7c43f8a060f59e28df02396abf1d3621add2b6e1 /fpicker/source/office/iodlgimp.cxx
parent749386d340cb3f538dc4b365a117dc12ccba87aa (diff)
INTEGRATION: CWS residcleanup (1.6.56); FILE MERGED
2007/02/22 21:56:09 pl 1.6.56.1: #i74635# get rid of global ResMgr fallback
Diffstat (limited to 'fpicker/source/office/iodlgimp.cxx')
-rw-r--r--fpicker/source/office/iodlgimp.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/fpicker/source/office/iodlgimp.cxx b/fpicker/source/office/iodlgimp.cxx
index d183972e1d3e..11e65a035f87 100644
--- a/fpicker/source/office/iodlgimp.cxx
+++ b/fpicker/source/office/iodlgimp.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: iodlgimp.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 17:51:41 $
+ * last change: $Author: rt $ $Date: 2007-04-26 08:26:24 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -166,7 +166,7 @@ namespace
struct SvtSimpleResId : public ResId
{
- SvtSimpleResId (USHORT nId) : ResId (nId, ResMgrHolder::getOrCreate()) {}
+ SvtSimpleResId (USHORT nId) : ResId (nId, *ResMgrHolder::getOrCreate()) {}
};
}