This is an automated email from the ASF dual-hosted git repository.

ardovm pushed a commit to branch bug127942
in repository https://gitbox.apache.org/repos/asf/openoffice.git

commit 8eeb065fa29d93cf60b4241183b37470fdacc40d
Author: Arrigo Marchiori <ard...@yahoo.it>
AuthorDate: Sun Jan 19 22:20:13 2025 +0100

    Clear URL history together with recent files
---
 main/framework/source/uielement/recentfilesmenucontroller.cxx | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/main/framework/source/uielement/recentfilesmenucontroller.cxx 
b/main/framework/source/uielement/recentfilesmenucontroller.cxx
index 74b8af3362..22b52550d5 100644
--- a/main/framework/source/uielement/recentfilesmenucontroller.cxx
+++ b/main/framework/source/uielement/recentfilesmenucontroller.cxx
@@ -315,8 +315,10 @@ void SAL_CALL RecentFilesMenuController::itemSelected( 
const css::awt::MenuEvent
                OSL_TRACE( "RecentFilesMenuController::itemSelected() - Command 
: %s",
                                        rtl::OUStringToOString( aCommand, 
RTL_TEXTENCODING_UTF8 ).getStr() );
 
-               if ( aCommand.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( 
CMD_CLEAR_LIST ) ) )
+               if ( aCommand.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( 
CMD_CLEAR_LIST ) ) ) {
                        SvtHistoryOptions().Clear( ePICKLIST );
+                        SvtHistoryOptions().Clear( eHISTORY );
+                }
                else
                        executeEntry( rEvent.MenuId-1 );
        }

Reply via email to