summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-03-10 17:11:10 +0100
committerAndras Timar <andras.timar@collabora.com>2016-07-13 21:38:16 +0200
commit20d00043469901f55fb2f54a774035dfcd559dce (patch)
tree387a26d49be126b017581af245c824bc104f985b /cui
parentedebc88629bea1bcfc64705c196ac7f8aa658d31 (diff)
Turn JavaInfo rtl_uString* members into OUString
Change-Id: Ieb23b0c36ef56a4793a56cdb450df34e4d9bce1d (cherry picked from commit 5dcdb35ab1e99dbeb283d3694ab7ebba354e9197)
Diffstat (limited to 'cui')
-rw-r--r--cui/source/options/optjava.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/optjava.cxx b/cui/source/options/optjava.cxx
index 493aa2d46939..9d41996f23d6 100644
--- a/cui/source/options/optjava.cxx
+++ b/cui/source/options/optjava.cxx
@@ -594,7 +594,7 @@ void SvxJavaOptionsPage::AddFolder( const OUString& _rFolder )
if ( !bFound )
{
- jfw_addJRELocation( pInfo->sLocation );
+ jfw_addJRELocation( pInfo->sLocation.pData );
AddJRE( pInfo );
m_aAddedInfos.push_back( pInfo );
nPos = m_pJavaList->GetEntryCount() - 1;