summaryrefslogtreecommitdiff
path: root/desktop/inc
diff options
context:
space:
mode:
authorTamás Zolnai <tamas.zolnai@collabora.com>2018-04-02 22:52:46 +0200
committerTamás Zolnai <tamas.zolnai@collabora.com>2018-04-03 14:00:38 +0200
commitecfd40a1bcc1fc8cdc40bdd27ea1f00ba652707e (patch)
treee149af56e34badd83966d09fa743b37ca2ef29e7 /desktop/inc
parent86e54f2d757fe300ba634cdcbf0ee8a589dbc2ae (diff)
lok: Make the bundled dictionaries work.
Create the user directory temporary in the temp directory and use that to load the dictionaries (bundled extensions). Co-author; Jan Holesovsky <kendy@collabora.com> Change-Id: I5c7c824b68571048ce870fd5218cb47a333f3ad8 Reviewed-on: https://gerrit.libreoffice.org/49495 Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Diffstat (limited to 'desktop/inc')
-rw-r--r--desktop/inc/app.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/inc/app.hxx b/desktop/inc/app.hxx
index 53f4eba57829..672229683144 100644
--- a/desktop/inc/app.hxx
+++ b/desktop/inc/app.hxx
@@ -117,7 +117,7 @@ class Desktop : public Application
// first-start (ever) related methods
static bool CheckExtensionDependencies();
- void SynchronizeExtensionRepositories();
+ static void SynchronizeExtensionRepositories(bool bCleanedExtensionCache, Desktop* pDesktop = nullptr);
void SetSplashScreenText( const OUString& rText );
void SetSplashScreenProgress( sal_Int32 );