summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2013-10-04 22:03:44 +0200
committerMatteo Casalin <matteo.casalin@yahoo.com>2013-10-05 19:44:38 +0200
commit2c5e78f90eb8f584a3bff15b5abc6bac099f156e (patch)
tree3024d279a59341b49e145809b3cfb57f41981229 /sw/source/ui/inc
parentAdd back xsltproc --path arguments (diff)
downloadcore-2c5e78f90eb8f584a3bff15b5abc6bac099f156e.tar.gz
core-2c5e78f90eb8f584a3bff15b5abc6bac099f156e.zip
String to OUString
Change-Id: I08064ad6f919b99ce5536eaef36b38523cf82610
Diffstat (limited to 'sw/source/ui/inc')
-rw-r--r--sw/source/ui/inc/wrtsh.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/inc/wrtsh.hxx b/sw/source/ui/inc/wrtsh.hxx
index ca6895e0599f..d9d446a8f299 100644
--- a/sw/source/ui/inc/wrtsh.hxx
+++ b/sw/source/ui/inc/wrtsh.hxx
@@ -428,7 +428,7 @@ typedef sal_Bool (SwWrtShell:: *FNSimpleMove)();
inline bool IsInClickToEdit() const ;
// if a URL-Button is selected, return its URL; otherwise an empty string
- bool GetURLFromButton( String& rURL, String& rDescr ) const;
+ bool GetURLFromButton( OUString& rURL, OUString& rDescr ) const;
void NavigatorPaste( const NaviContentBookmark& rBkmk,
const sal_uInt16 nAction );