summaryrefslogtreecommitdiff
path: root/include/svx/sdr/contact/viewcontact.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/sdr/contact/viewcontact.hxx')
-rw-r--r--include/svx/sdr/contact/viewcontact.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/sdr/contact/viewcontact.hxx b/include/svx/sdr/contact/viewcontact.hxx
index 446fb15fc10a..8af91c7a7af8 100644
--- a/include/svx/sdr/contact/viewcontact.hxx
+++ b/include/svx/sdr/contact/viewcontact.hxx
@@ -89,8 +89,8 @@ protected:
// Methods to react on start getting viewed or stop getting
// viewed. This info is derived from the count of members of
// registered ViewObjectContacts. Default does nothing.
- virtual void StartGettingViewed();
- virtual void StopGettingViewed();
+ void StartGettingViewed();
+ void StopGettingViewed();
public:
// basic destructor with needed cleanups