summaryrefslogtreecommitdiff
path: root/svx/source/inc
diff options
context:
space:
mode:
authorGergő Mocsi <gmocsi91@gmail.com>2013-03-05 12:57:54 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-03-15 01:03:35 +0000
commit59bc10eb4609c5729f46308becc5a3de893ac77e (patch)
treea6363e24a5b342a2c733a1152474fc0ca90de21d /svx/source/inc
parentfbaad98be26889bd0e278093f95a14bdb13786b6 (diff)
fdo#38838, String to OUString, in dbaccess/source/ui/browser
Applied fdo#38838 in dbaccess/source/ui/browser, + RTL_CONSTASCII_USTRINGPARAM removals Change-Id: I8a565cdae7fd9da1de05525c602ce011542ab4d5 Reviewed-on: https://gerrit.libreoffice.org/2538 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'svx/source/inc')
-rw-r--r--svx/source/inc/fmshimp.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/inc/fmshimp.hxx b/svx/source/inc/fmshimp.hxx
index 9a4a96a0d765..142a6d4999ed 100644
--- a/svx/source/inc/fmshimp.hxx
+++ b/svx/source/inc/fmshimp.hxx
@@ -345,7 +345,7 @@ protected:
const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface>& _rxStartingPoint,
const ::rtl::OUString& _rCurrentLevelPrefix,
FmFormArray& _out_rForms,
- ::std::vector< String >& _out_rNames );
+ ::std::vector< OUString >& _out_rNames );
/** checks whether the instance is already disposed, if so, this is reported as assertion error (debug
builds only) and <TRUE/> is returned.