summaryrefslogtreecommitdiff
path: root/svx/source/sdr/contact/displayinfo.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-10-24 14:11:22 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-10-24 14:11:22 +0000
commite13239beab1e04ccd0cd581737b920edd62efc39 (patch)
tree25f06d7c2fde036539fbabfb48eda4352e652ad6 /svx/source/sdr/contact/displayinfo.cxx
parent4e3a348cb9f4544fbab7c4fdfbdec17c7f9e2231 (diff)
INTEGRATION: CWS c07v007_SRC680 (1.9.142); FILE MERGED
2006/09/18 14:18:08 fme 1.9.142.1: #b6446216# Do not interrupt painting on Solaris. This is a workaround for unnecessary repaints due to slow painting.
Diffstat (limited to 'svx/source/sdr/contact/displayinfo.cxx')
-rw-r--r--svx/source/sdr/contact/displayinfo.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/svx/source/sdr/contact/displayinfo.cxx b/svx/source/sdr/contact/displayinfo.cxx
index b91ff1503a2d..64b25c0ba07f 100644
--- a/svx/source/sdr/contact/displayinfo.cxx
+++ b/svx/source/sdr/contact/displayinfo.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: displayinfo.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 05:33:52 $
+ * last change: $Author: hr $ $Date: 2006-10-24 15:11:22 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -80,10 +80,12 @@ namespace sdr
// #114335#
// INPUT_OTHER removed too, leads to problems with added controls
// from the form layer.
+#ifndef SOLARIS
if(Application::AnyInput(INPUT_KEYBOARD))
{
mbContinuePaint = sal_False;
}
+#endif
}
DisplayInfo::DisplayInfo(SdrPageView* pPageView)