diff options
author | Noel Grandin <noel@peralex.com> | 2013-08-06 14:46:59 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-08-12 11:56:43 +0200 |
commit | 8ab01bf989244df06bf17230200c521aa78be154 (patch) | |
tree | 5fef75c746f7f5c4dce7e1457e1eafba7e548058 /include/vcl | |
parent | 4e0d0ee6743105e35fd25540d231813c7cb59308 (diff) |
convert vcl/FilterConfigItem.hxx from String to OUString
Change-Id: I156c249e3384003c8aad76053f96ab317162d5bf
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/FilterConfigItem.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/FilterConfigItem.hxx b/include/vcl/FilterConfigItem.hxx index b13f37a19680..076535e5feb6 100644 --- a/include/vcl/FilterConfigItem.hxx +++ b/include/vcl/FilterConfigItem.hxx @@ -45,7 +45,7 @@ class VCL_DLLPUBLIC FilterConfigItem const OUString& rPropName, sal_Bool bTestPropertyAvailability ); - void ImpInitTree( const String& rTree ); + void ImpInitTree( const OUString& rTree ); static ::com::sun::star::beans::PropertyValue* GetPropertyValue( |