summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--framework/source/uielement/recentfilesmenucontroller.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/source/uielement/recentfilesmenucontroller.cxx b/framework/source/uielement/recentfilesmenucontroller.cxx
index 57fe27dd76f6..c7a8611ab696 100644
--- a/framework/source/uielement/recentfilesmenucontroller.cxx
+++ b/framework/source/uielement/recentfilesmenucontroller.cxx
@@ -242,6 +242,7 @@ void RecentFilesMenuController::fillPopupMenu( Reference< css::awt::XPopupMenu >
// Open remote menu entry
if ( m_bShowToolbarEntries )
{
+ pVCLPopupMenu->InsertSeparator();
pVCLPopupMenu->InsertItem( sal_uInt16( nCount + 2 ),
vcl::CommandInfoProvider::Instance().GetMenuLabelForCommand(
CMD_OPEN_AS_TEMPLATE, m_xFrame) );