summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/config
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-10-08 15:28:31 +0200
committerNoel Grandin <noel@peralex.com>2013-10-10 09:19:01 +0200
commita415487086dd9b372fedc327c2bb5e3824baa5dc (patch)
tree561f3a231bb831f6447b80814a6931dde3a29566 /sw/source/ui/config
parentconvert sw/source/ui/inc/p*.hxx from String to OUString (diff)
downloadcore-a415487086dd9b372fedc327c2bb5e3824baa5dc.tar.gz
core-a415487086dd9b372fedc327c2bb5e3824baa5dc.zip
convert sw/source/ui/inc/o*.hxx from String to OUString
Change-Id: Iabe90c2dc542c74c7bc890f6618c35d118ee10da
Diffstat (limited to 'sw/source/ui/config')
-rw-r--r--sw/source/ui/config/optload.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/config/optload.cxx b/sw/source/ui/config/optload.cxx
index d3bc1a6ea31f..f1fc397b0a03 100644
--- a/sw/source/ui/config/optload.cxx
+++ b/sw/source/ui/config/optload.cxx
@@ -348,7 +348,7 @@ void SwCaptionPreview::Init()
SetFont(aFont);
}
-void SwCaptionPreview::SetPreviewText( const String& rText )
+void SwCaptionPreview::SetPreviewText( const OUString& rText )
{
if( rText != maText )
{