diff options
author | Rafael Dominguez <venccsralph@gmail.com> | 2012-07-29 23:02:03 -0430 |
---|---|---|
committer | Rafael Dominguez <venccsralph@gmail.com> | 2012-07-29 23:34:33 -0430 |
commit | ff8c376564b935035140bf296ef86ddbb8222bab (patch) | |
tree | 67c6505adca3f639a67c4711bdcd0a1fb48fb57d /sfx2 | |
parent | 8c71dff488bd91e8f20018af38ed906762ea58e8 (diff) |
Display overlay name for online view.
Change-Id: I52b59074b10abd960b43d5d3326a312e2391b3eb
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/control/templateonlineview.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/source/control/templateonlineview.cxx b/sfx2/source/control/templateonlineview.cxx index 2d6c75d8a375..2f88ca040050 100644 --- a/sfx2/source/control/templateonlineview.cxx +++ b/sfx2/source/control/templateonlineview.cxx @@ -212,6 +212,7 @@ void TemplateOnlineView::OnItemDblClicked(ThumbnailViewItem *pItem) } } + mpItemView->setName(pItem->maTitle); mpItemView->InsertItems(aItems); mpItemView->Show(); } |