summaryrefslogtreecommitdiff
path: root/sfx2/source/view
diff options
context:
space:
mode:
authorIvan Timofeev <timofeev.i.s@gmail.com>2013-08-13 23:01:07 +0400
committerIvan Timofeev <timofeev.i.s@gmail.com>2013-08-14 13:49:09 +0400
commitdcbad1b3bfe719f4eecdfafe8c78dd01f34b6605 (patch)
treeae7364a355c25d1537b5db19e229958503227441 /sfx2/source/view
parentfb0238d276e5835dbb316a6f4ae383988ed62aee (diff)
convert GetSelectionText... methods to OUString and bool
Change-Id: I77726f009338ae49877c5f58fe6c14d386089bbe
Diffstat (limited to 'sfx2/source/view')
-rw-r--r--sfx2/source/view/viewsh.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/view/viewsh.cxx b/sfx2/source/view/viewsh.cxx
index fa00d8b09012..b4387cbf4f73 100644
--- a/sfx2/source/view/viewsh.cxx
+++ b/sfx2/source/view/viewsh.cxx
@@ -1357,9 +1357,9 @@ SdrView* SfxViewShell::GetDrawView() const
//--------------------------------------------------------------------
-String SfxViewShell::GetSelectionText
+OUString SfxViewShell::GetSelectionText
(
- sal_Bool /*bCompleteWords*/ /* FALSE (default)
+ bool /*bCompleteWords*/ /* FALSE (default)
Only the actual selected text is returned.
TRUE
@@ -1382,7 +1382,7 @@ String SfxViewShell::GetSelectionText
*/
{
- return String();
+ return OUString();
}
//--------------------------------------------------------------------