summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/doc/templatedlg.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sfx2/source/doc/templatedlg.cxx b/sfx2/source/doc/templatedlg.cxx
index d2d263a75d36..8352234c46fc 100644
--- a/sfx2/source/doc/templatedlg.cxx
+++ b/sfx2/source/doc/templatedlg.cxx
@@ -774,6 +774,8 @@ void SfxTemplateManagerDlg::OnTemplateImport ()
for (size_t i = 0, n = aFiles.getLength(); i < n; ++i)
maView->copyFrom(pFolder,aFiles[i]);
}
+
+ maView->Invalidate(INVALIDATE_NOERASE);
}
}
}
@@ -1110,6 +1112,8 @@ void SfxTemplateManagerDlg::remoteMoveTo(const sal_uInt16 nMenuId)
maView->copyFrom(nItemId,pItem->maPreview1,pItem->getPath());
}
+
+ maView->Invalidate(INVALIDATE_NOERASE);
}
}