summaryrefslogtreecommitdiff
path: root/fpicker/source/office/fileview.hxx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2019-11-24 16:36:16 +0100
committerJulien Nabet <serval2412@yahoo.fr>2019-11-24 20:00:38 +0100
commit17c3d827e12d9ca99b869132f23ba212b11f909a (patch)
treef9e9b6ae7ba07cf0d935a9fcb8c74add48b44fd4 /fpicker/source/office/fileview.hxx
parent3e1f0c060f02db4515b2dc705bda17ee068d51b4 (diff)
cppcheck: performing init in init list (filter/fpicker/framework)
Change-Id: I7b602d17949f75c32dfe87acb92498111812ac32 Reviewed-on: https://gerrit.libreoffice.org/83612 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'fpicker/source/office/fileview.hxx')
-rw-r--r--fpicker/source/office/fileview.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/fpicker/source/office/fileview.hxx b/fpicker/source/office/fileview.hxx
index 4c2a8f60af58..dfd669d9f396 100644
--- a/fpicker/source/office/fileview.hxx
+++ b/fpicker/source/office/fileview.hxx
@@ -54,9 +54,8 @@ struct FileViewAsyncAction
sal_uInt32 nMaxTimeout; /// maximum time to wait for a result, in milliseconds, until eTimeout is returned
Link<void*,void> aFinishHandler; /// the handler to be called when the action is finished. Called in every case, no matter of the result
- FileViewAsyncAction()
+ FileViewAsyncAction() : nMinTimeout(0), nMaxTimeout (0)
{
- nMinTimeout = nMaxTimeout = 0;
}
};