summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-07-26 17:21:28 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-07-26 20:37:39 +0100
commit225d50da607a8a4115f45b2c433cb280fac70361 (patch)
treec41a2f2d1423cb0b37efce53c3898986d2b85b8a /extensions
parente8be58a10bce944525b4186db64629f526cf20ce (diff)
convert GetSelectEntry family to OUString
Change-Id: Id3282e2efd6573bed7fd172021dae9aee9342fae
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/dbpilots/commonpagesdbp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/dbpilots/commonpagesdbp.cxx b/extensions/source/dbpilots/commonpagesdbp.cxx
index 77e019c4514c..fea3a5c18e97 100644
--- a/extensions/source/dbpilots/commonpagesdbp.cxx
+++ b/extensions/source/dbpilots/commonpagesdbp.cxx
@@ -430,7 +430,7 @@ namespace dbp
//---------------------------------------------------------------------
void OMaybeListSelectionPage::implCommit(String& _rSelection)
{
- _rSelection = m_pYes->IsChecked() ? m_pList->GetSelectEntry() : String();
+ _rSelection = m_pYes->IsChecked() ? m_pList->GetSelectEntry() : OUString();
}
//---------------------------------------------------------------------