summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/formmetadata.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-09-19 15:20:39 +0200
committerNoel Grandin <noel@peralex.com>2013-10-01 10:08:36 +0200
commita952bd8aacba91ed654f11da07cbf0059d378918 (patch)
treec0fdd92d645df903db778c0b2606ac41be8a2e80 /extensions/source/propctrlr/formmetadata.hxx
parentde6a35f52276b601a8ebc68fbcfd28ad2db84f6f (diff)
convert extensions module from String to OUString
Change-Id: Ia0cb9fe1eaebdd295fb1742074fe2c48be61c077
Diffstat (limited to 'extensions/source/propctrlr/formmetadata.hxx')
-rw-r--r--extensions/source/propctrlr/formmetadata.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/extensions/source/propctrlr/formmetadata.hxx b/extensions/source/propctrlr/formmetadata.hxx
index 1f2340614c52..d290a8c93250 100644
--- a/extensions/source/propctrlr/formmetadata.hxx
+++ b/extensions/source/propctrlr/formmetadata.hxx
@@ -45,20 +45,20 @@ namespace pcr
public:
// IPropertyInfoService
- virtual sal_Int32 getPropertyId(const String& _rName) const;
- virtual String getPropertyTranslation(sal_Int32 _nId) const;
+ virtual sal_Int32 getPropertyId(const OUString& _rName) const;
+ virtual OUString getPropertyTranslation(sal_Int32 _nId) const;
virtual OString getPropertyHelpId(sal_Int32 _nId) const;
- virtual sal_Int16 getPropertyPos(sal_Int32 _nId) const;
- virtual sal_uInt32 getPropertyUIFlags(sal_Int32 _nId) const;
- virtual ::std::vector< OUString > getPropertyEnumRepresentations(sal_Int32 _nId) const;
- virtual String getPropertyName( sal_Int32 _nPropId );
+ virtual sal_Int16 getPropertyPos(sal_Int32 _nId) const;
+ virtual sal_uInt32 getPropertyUIFlags(sal_Int32 _nId) const;
+ virtual ::std::vector< OUString > getPropertyEnumRepresentations(sal_Int32 _nId) const;
+ virtual OUString getPropertyName( sal_Int32 _nPropId );
virtual sal_Bool isComposeable( const OUString& _rPropertyName ) const;
protected:
static const OPropertyInfoImpl* getPropertyInfo();
- static const OPropertyInfoImpl* getPropertyInfo(const String& _rName);
+ static const OPropertyInfoImpl* getPropertyInfo(const OUString& _rName);
static const OPropertyInfoImpl* getPropertyInfo(sal_Int32 _nId);
};