diff options
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/options/optpath.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/cui/source/options/optpath.cxx b/cui/source/options/optpath.cxx index a35f98ec3248..5f304327ce87 100644 --- a/cui/source/options/optpath.cxx +++ b/cui/source/options/optpath.cxx @@ -449,14 +449,6 @@ void SvxPathTabPage::ChangeCurrentEntry( const OUString& _rFolder ) // Reset also last used dir in the sfx application instance SfxApplication *pSfxApp = SfxGetpApp(); pSfxApp->ResetLastDir(); - - // Set configuration flag to notify file picker that it's necessary - // to take over the path provided. - std::shared_ptr< comphelper::ConfigurationChanges > batch( - comphelper::ConfigurationChanges::create()); - officecfg::Office::Common::Path::Info::WorkPathChanged::set( - true, batch); - batch->commit(); } } } |