Kaydet (Commit) f486c562 authored tarafından Jan Holesovsky's avatar Jan Holesovsky

Recent files: aPassword is unused.

Change-Id: I44f032a6b943ad02b0d43e78b4e79275d6d2adfb
üst a4b1200b
......@@ -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 );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment