diff options
Diffstat (limited to 'desktop/source/app/app.cxx')
-rw-r--r-- | desktop/source/app/app.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx index 65dd453e11c6..8582af50ba95 100644 --- a/desktop/source/app/app.cxx +++ b/desktop/source/app/app.cxx @@ -649,7 +649,7 @@ void Desktop::Init() // copy bundled folder to the user directory osl::FileBase::RC rc = osl::Directory::createPath(aUserPath); (void) rc; - copy_bundled_recursive( aPreregBundledPath, aUserPath, +1 ); + if (false) copy_bundled_recursive( aPreregBundledPath, aUserPath, +1 ); } } #endif |