summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2014-02-04 00:33:14 +0100
committerJan Holesovsky <kendy@collabora.com>2014-02-04 09:11:29 +0100
commite2eda70f2746f08376d8cdf5e5360df217335aef (patch)
tree31051c577e388dc8f9730381e69e46a5735ae5cf /dbaccess
parent56b404001ef83cc151727cc5a489dc493c6b65ec (diff)
startcenter: fdo#72469: Thumbnails also for other file types than ODF.
Change-Id: If905b2f3e51adf7e64df9385ede74368acd11771
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/app/AppController.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/dbaccess/source/ui/app/AppController.cxx b/dbaccess/source/ui/app/AppController.cxx
index 72fe127a3e83..8ef4d96d1413 100644
--- a/dbaccess/source/ui/app/AppController.cxx
+++ b/dbaccess/source/ui/app/AppController.cxx
@@ -403,7 +403,8 @@ void SAL_CALL OApplicationController::disposing()
aURL.GetURLNoPass( INetURLObject::NO_DECODE ),
aFilter,
getStrippedDatabaseName(),
- OUString() );
+ OUString(),
+ OUString());
// add to recent document list
if ( aURL.GetProtocol() == INET_PROT_FILE )