Recent files: aPassword is unused.
Change-Id: I44f032a6b943ad02b0d43e78b4e79275d6d2adfb
This commit is contained in:
@@ -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 );
|
||||
|
@@ -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 );
|
||||
|
Reference in New Issue
Block a user