Recent files: aPassword is unused.

Change-Id: I44f032a6b943ad02b0d43e78b4e79275d6d2adfb
This commit is contained in:
Jan Holesovsky 2013-04-29 16:39:20 +02:00
parent a4b1200bd8
commit f486c56281
2 changed files with 0 additions and 3 deletions

View File

@ -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 );

View File

@ -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 );