summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/formmetadata.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-04-26 07:07:55 +0000
committerRüdiger Timm <rt@openoffice.org>2007-04-26 07:07:55 +0000
commitda4390bf6637f41b039379e5a5bab59d20d87148 (patch)
tree241dee07969e90f7ba866cccb5400ddc4f3c1f8e /extensions/source/propctrlr/formmetadata.cxx
parentb8c24ccb916179bfce7960be9ab2f6403fd3240b (diff)
INTEGRATION: CWS residcleanup (1.41.58); FILE MERGED
2007/02/28 20:46:11 pl 1.41.58.1: #i74635# no more ResMgr fallback
Diffstat (limited to 'extensions/source/propctrlr/formmetadata.cxx')
-rw-r--r--extensions/source/propctrlr/formmetadata.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/extensions/source/propctrlr/formmetadata.cxx b/extensions/source/propctrlr/formmetadata.cxx
index a9131e1e44f7..a91a30204f22 100644
--- a/extensions/source/propctrlr/formmetadata.cxx
+++ b/extensions/source/propctrlr/formmetadata.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: formmetadata.cxx,v $
*
- * $Revision: 1.41 $
+ * $Revision: 1.42 $
*
- * last change: $Author: rt $ $Date: 2006-12-01 17:35:33 $
+ * last change: $Author: rt $ $Date: 2007-04-26 08:07:55 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -527,11 +527,11 @@ namespace pcr
::svt::OLocalResourceAccess aEnumStrings( aResId, RSC_RESOURCE );
sal_Int16 i = 1;
- ResId aLocalId( i );
+ PcrRes aLocalId( i );
while ( aEnumStrings.IsAvailableRes( aLocalId.SetRT( RSC_STRING ) ) )
{
aReturn.push_back( String( aLocalId ) );
- aLocalId = ResId( ++i );
+ aLocalId = PcrRes( ++i );
}
}