summaryrefslogtreecommitdiff
path: root/svx/source/sdr/contact/objectcontactofpageview.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/sdr/contact/objectcontactofpageview.cxx')
-rw-r--r--svx/source/sdr/contact/objectcontactofpageview.cxx11
1 files changed, 2 insertions, 9 deletions
diff --git a/svx/source/sdr/contact/objectcontactofpageview.cxx b/svx/source/sdr/contact/objectcontactofpageview.cxx
index 0c6ecf0abc3a..236c35ca9017 100644
--- a/svx/source/sdr/contact/objectcontactofpageview.cxx
+++ b/svx/source/sdr/contact/objectcontactofpageview.cxx
@@ -85,15 +85,8 @@ namespace sdr
void ObjectContactOfPageView::PrepareProcessDisplay()
{
if(IsActive())
- {
- static bool bInvalidateDuringPaint(true);
-
- if(bInvalidateDuringPaint)
- {
- // there are still non-triggered LazyInvalidate events, trigger these
- Invoke();
- }
- }
+ // there are still non-triggered LazyInvalidate events, trigger these
+ Invoke();
}
// From baseclass Timer, the timeout call triggered by the LazyInvalidate mechanism