From ff745fc0d973b8d793c3ec21f258ebe695ce3ee2 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 8 Mar 2016 14:10:53 +0200 Subject: loplugin:constantparam in svx Change-Id: Ib2a432fc334898c75ab5e5cf629a21fd310bd467 --- include/svx/sdr/contact/viewcontact.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/svx/sdr') diff --git a/include/svx/sdr/contact/viewcontact.hxx b/include/svx/sdr/contact/viewcontact.hxx index f11c188ca789..6f16ff125600 100644 --- a/include/svx/sdr/contact/viewcontact.hxx +++ b/include/svx/sdr/contact/viewcontact.hxx @@ -94,9 +94,9 @@ public: // ObjectContact (->View). Always needs to return something. ViewObjectContact& GetViewObjectContact(ObjectContact& rObjectContact); - // Test if this ViewContact has ViewObjectContacts at all. This can + // Test if this ViewContact has ViewObjectContacts(excluding previews) at all. This can // be used to test if this ViewContact is visualized ATM or not - bool HasViewObjectContacts(bool bExcludePreviews = false) const; + bool HasViewObjectContacts() const; // Check if this primitive is animated in any OC (View) which means it has // generated a PrimitiveAnimation in its VOC -- cgit