summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAriel Constenla-Haile <arielch@apache.org>2012-06-26 21:06:13 +0000
committerAriel Constenla-Haile <arielch@apache.org>2012-06-26 21:06:13 +0000
commit4964a13d97ca8ed16fb18ed10957c73f32651821 (patch)
tree0464b1c0d0a52acea308ce1f7a829096ecfd3036
parentcda5df083238440fe32ccf820b779d2d4e553014 (diff)
Office FilePicker: Use the right resource name
Notes
Notes: prefer: a3f55e0ad678464a30dde004c97c8b0a680bc8de
-rw-r--r--fpicker/source/office/iodlgimp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/office/iodlgimp.cxx b/fpicker/source/office/iodlgimp.cxx
index a1e3cfe99e26..f539ff3437d8 100644
--- a/fpicker/source/office/iodlgimp.cxx
+++ b/fpicker/source/office/iodlgimp.cxx
@@ -103,7 +103,7 @@ namespace
{
ResMgr * operator ()()
{
- return ResMgr::CreateResMgr (CREATEVERSIONRESMGR_NAME(svs));
+ return ResMgr::CreateResMgr (CREATEVERSIONRESMGR_NAME(svl));
}
static ResMgr * getOrCreate()
{