diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-05-30 18:33:46 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-05-30 18:37:20 -0400 |
commit | c238c19d2fed00919e02c4bc268d99ceaa73aca1 (patch) | |
tree | 91851e45907b0d4661fdf7053ce77baf6f0c3f39 /framework/inc | |
parent | e78b2fbc545c83b85b1a828bf65b455189c9dcb3 (diff) |
1) Don't pass filter name and 2) pass module name when opening file.
Passing the filter name bypasses the type detection, which is bad. Also,
the module name is needed in order for the type detection to intelligently
decide which app to open in case the file format type is generic, i.e.
.html, .xml, .txt etc.
Change-Id: If18f649b32e79fae58af088362b0b5f11adc8eb3
Diffstat (limited to 'framework/inc')
-rw-r--r-- | framework/inc/uielement/recentfilesmenucontroller.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/inc/uielement/recentfilesmenucontroller.hxx b/framework/inc/uielement/recentfilesmenucontroller.hxx index 133a4eedb121..620820dbc34a 100644 --- a/framework/inc/uielement/recentfilesmenucontroller.hxx +++ b/framework/inc/uielement/recentfilesmenucontroller.hxx @@ -106,7 +106,6 @@ namespace framework struct RecentFile { rtl::OUString aURL; - rtl::OUString aFilter; rtl::OUString aTitle; rtl::OUString aPassword; }; |