summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/pastedlg.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-09-14 14:43:07 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-09-17 10:02:23 +0200
commit2419fa71d8b2223a50f596d5db7721f6213d4f87 (patch)
tree5e85620bd2b8087d60649e6cb6da269e737f5fcf /cui/source/dialogs/pastedlg.cxx
parent35109fe7c058cf6d961245fc24550d1c1d39a300 (diff)
add image support to weld::ComboBoxText
Change-Id: Ie7f00ed4aef5318a525a526d0377bb7952bdd5a0 Reviewed-on: https://gerrit.libreoffice.org/60499 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/source/dialogs/pastedlg.cxx')
-rw-r--r--cui/source/dialogs/pastedlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/dialogs/pastedlg.cxx b/cui/source/dialogs/pastedlg.cxx
index d48235c5a3ac..7b70ed34fa0a 100644
--- a/cui/source/dialogs/pastedlg.cxx
+++ b/cui/source/dialogs/pastedlg.cxx
@@ -154,7 +154,7 @@ SotClipboardFormatId SvPasteObjectDialog::GetFormat( const TransferableDataHelpe
if (ObjectLB().find_text(aName) == -1)
{
- ObjectLB().append(OUString::number(static_cast<sal_uInt32>(nFormat)), aName, "");
+ ObjectLB().append(OUString::number(static_cast<sal_uInt32>(nFormat)), aName);
}
}
}