summaryrefslogtreecommitdiff
path: root/include/svtools
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-10-19 17:51:34 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-10-19 17:51:34 +0200
commit65fe84d273a4fe099cd03be088165672788cf32e (patch)
tree0795ea30238cb3b8f8ab65efc894b909cd14cfc8 /include/svtools
parent5a3f4ccd6e98412b3e773f9790b8f078569578ae (diff)
loplugin:defaultparams
Change-Id: I7f24a05bdf01b455d470f5b560359dea3f407c58
Diffstat (limited to 'include/svtools')
-rw-r--r--include/svtools/fileview.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/fileview.hxx b/include/svtools/fileview.hxx
index 685b05baa35f..582a39d0ecc2 100644
--- a/include/svtools/fileview.hxx
+++ b/include/svtools/fileview.hxx
@@ -216,7 +216,7 @@ public:
virtual ~QueryDeleteDlg_Impl();
virtual void dispose() override;
- void EnableAllButton() { m_pAllButton->Enable(true); }
+ void EnableAllButton() { m_pAllButton->Enable(); }
};
}