From f486c562816fc59dc4d341d0a32a65b1e65eeb92 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Mon, 29 Apr 2013 16:39:20 +0200 Subject: Recent files: aPassword is unused. Change-Id: I44f032a6b943ad02b0d43e78b4e79275d6d2adfb --- framework/inc/uielement/recentfilesmenucontroller.hxx | 1 - framework/source/uielement/recentfilesmenucontroller.cxx | 2 -- 2 files changed, 3 deletions(-) (limited to 'framework') diff --git a/framework/inc/uielement/recentfilesmenucontroller.hxx b/framework/inc/uielement/recentfilesmenucontroller.hxx index afad9561e787..d23e1db5dbfc 100644 --- a/framework/inc/uielement/recentfilesmenucontroller.hxx +++ b/framework/inc/uielement/recentfilesmenucontroller.hxx @@ -68,7 +68,6 @@ namespace framework { OUString aURL; OUString aTitle; - OUString aPassword; }; void fillPopupMenu( com::sun::star::uno::Reference< com::sun::star::awt::XPopupMenu >& rPopupMenu ); diff --git a/framework/source/uielement/recentfilesmenucontroller.cxx b/framework/source/uielement/recentfilesmenucontroller.cxx index 5e09180bde65..3d8d9c9bde78 100644 --- a/framework/source/uielement/recentfilesmenucontroller.cxx +++ b/framework/source/uielement/recentfilesmenucontroller.cxx @@ -117,8 +117,6 @@ void RecentFilesMenuController::fillPopupMenu( Reference< css::awt::XPopupMenu > a >>= aRecentFile.aURL; else if ( rPickListEntry[j].Name == HISTORY_PROPERTYNAME_TITLE ) a >>= aRecentFile.aTitle; - else if ( rPickListEntry[j].Name == HISTORY_PROPERTYNAME_PASSWORD ) - a >>= aRecentFile.aPassword; } m_aRecentFilesItems.push_back( aRecentFile ); -- cgit