diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-04-11 21:38:46 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-04-12 09:36:20 +0200 |
commit | 346b5cfd9078826f8705e226ad317b2e4c58162d (patch) | |
tree | 150f002d8c5c7b27bd0e5ab4157818e22da0507f /jvmfwk/inc | |
parent | e2ba48e50d30a4cbcf7a9b0208baaa395114f6e8 (diff) |
Convert some rtl_uString -> OUString in jvmfwk
Change-Id: I08de5cab29dabc6fd824d5df8bac12c8520a05ae
Diffstat (limited to 'jvmfwk/inc')
-rw-r--r-- | jvmfwk/inc/elements.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jvmfwk/inc/elements.hxx b/jvmfwk/inc/elements.hxx index edf44ccc0f64..a2c17bfcaeb0 100644 --- a/jvmfwk/inc/elements.hxx +++ b/jvmfwk/inc/elements.hxx @@ -210,7 +210,7 @@ public: /** adds a location to the already existing locations. Note: call load() before, then add the location and then call write(). */ - void addJRELocation(rtl_uString * sLocation); + void addJRELocation(OUString const & sLocation); /** writes the data to user settings. */ |