summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorRafael Dominguez <venccsralph@gmail.com>2012-08-07 10:02:57 -0430
committerRafael Dominguez <venccsralph@gmail.com>2012-08-08 10:25:51 -0430
commit0817e7c0943e9f89db1cf58f50fcc81c6a302682 (patch)
treefc325bae4803283d530170d4b4347ef55c395d99 /sfx2
parent320117aba7061de0b062f8894d8685a073b0c6bd (diff)
Set overlay repository id.
Change-Id: Idc1cfccfc83e7252fefabf11ca925a12db075a14
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/control/templateonlineview.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/source/control/templateonlineview.cxx b/sfx2/source/control/templateonlineview.cxx
index bb085c6492a0..6a9b04062885 100644
--- a/sfx2/source/control/templateonlineview.cxx
+++ b/sfx2/source/control/templateonlineview.cxx
@@ -162,6 +162,7 @@ bool TemplateOnlineView::loadRepository (const sal_uInt16 nRepositoryId, bool bR
{
pItem->clearTemplates();
mpItemView->Clear();
+ mpItemView->setId(nRepositoryId);
uno::Reference< XRow > xRow( xResultSet, UNO_QUERY );
uno::Reference< XContentAccess > xContentAccess( xResultSet, UNO_QUERY );