diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-12-18 13:22:10 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-12-18 14:12:24 +0100 |
commit | 17fe6b54cdc6a71e324bf83421f22eb2954089a1 (patch) | |
tree | 14caa9552943ba2e3a9e3af266b582ec6b3c3246 /dbaccess/source/ui/app/AppController.cxx | |
parent | 43e4b96e8ecab707803fa5083a53437d6f799444 (diff) |
dbaccess: Use appropriate OUString functions on string constants
Change-Id: I1d63c9123ad985cb3424b0ac0ad30c12e39f8170
Diffstat (limited to 'dbaccess/source/ui/app/AppController.cxx')
-rw-r--r-- | dbaccess/source/ui/app/AppController.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/app/AppController.cxx b/dbaccess/source/ui/app/AppController.cxx index 90d29b51778c..9d45476b4852 100644 --- a/dbaccess/source/ui/app/AppController.cxx +++ b/dbaccess/source/ui/app/AppController.cxx @@ -2470,7 +2470,7 @@ sal_Int8 OApplicationController::executeDrop( const ExecuteDropEvent& _rEvt ) m_aAsyncDrop.nAction = _rEvt.mnAction; m_aAsyncDrop.bError = false; m_aAsyncDrop.bHtml = false; - m_aAsyncDrop.aUrl = ""; + m_aAsyncDrop.aUrl.clear(); // loop through the available formats and see what we can do ... // first we have to check if it is our own format, if not we have to copy the stream :-( |