summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/gui/dp_gui_extlistbox.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-12-18 13:22:29 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-12-18 14:12:25 +0100
commit1322c22412f1d444184fae9d0673bf9220658d23 (patch)
tree88a46f567141bf93e0515fb4ad6fe969a7b95b7d /desktop/source/deployment/gui/dp_gui_extlistbox.cxx
parent17fe6b54cdc6a71e324bf83421f22eb2954089a1 (diff)
desktop: Use appropriate OUString functions on string constants
Change-Id: Ie35b3ab2695d9bbfc221b63b6913e21386344a33
Diffstat (limited to 'desktop/source/deployment/gui/dp_gui_extlistbox.cxx')
-rw-r--r--desktop/source/deployment/gui/dp_gui_extlistbox.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/deployment/gui/dp_gui_extlistbox.cxx b/desktop/source/deployment/gui/dp_gui_extlistbox.cxx
index ce629ed6e2e8..a75d2c4c5d4e 100644
--- a/desktop/source/deployment/gui/dp_gui_extlistbox.cxx
+++ b/desktop/source/deployment/gui/dp_gui_extlistbox.cxx
@@ -1073,7 +1073,7 @@ void ExtensionBox_Impl::updateEntry( const uno::Reference< deployment::XPackage
if ( eState == AMBIGUOUS )
(*iIndex)->m_sErrorText = DialogHelper::getResourceString( RID_STR_ERROR_UNKNOWN_STATUS );
else if ( ! (*iIndex)->m_bMissingLic )
- (*iIndex)->m_sErrorText = "";
+ (*iIndex)->m_sErrorText.clear();
if ( IsReallyVisible() )
Invalidate();