summaryrefslogtreecommitdiff
path: root/sw/source/core/text/blink.cxx
diff options
context:
space:
mode:
authorChris Laplante <mostthingsweb@gmail.com>2014-04-18 00:59:07 -0400
committerCaolán McNamara <caolanm@redhat.com>2014-04-18 09:22:37 +0000
commitd8f8c8aa4544e2a0e7e3c43764080d5fe0effacf (patch)
tree6c98195ee46e29478c3589380665aad8f034b715 /sw/source/core/text/blink.cxx
parentefaa53bc980c92054ae39f4317b8acc607fd6a34 (diff)
Begin removing ASCII art and useless comments from sw
Change-Id: Ic367b2ebca1a766c830ccd44a84274d86be4f080 Reviewed-on: https://gerrit.libreoffice.org/9090 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/source/core/text/blink.cxx')
-rw-r--r--sw/source/core/text/blink.cxx10
1 files changed, 4 insertions, 6 deletions
diff --git a/sw/source/core/text/blink.cxx b/sw/source/core/text/blink.cxx
index 6f16858fe76e..055532298a94 100644
--- a/sw/source/core/text/blink.cxx
+++ b/sw/source/core/text/blink.cxx
@@ -29,12 +29,11 @@
// Nihct sichtbare Zeit:
#define BLINK_OFF_TIME 800L
-/*************************************************************************
- * pBlink points to the instance where blinking portions need to register.
+/* pBlink points to the instance where blinking portions need to register.
* If necessary, it needs to be created by SwBlink.
* They are then triggered rhythimcally for a repaint. They can query
* for being visible or invisible with IsVisible().
- *************************************************************************/
+ */
SwBlink *pBlink = NULL;
SwBlink::SwBlink()
@@ -50,12 +49,11 @@ SwBlink::~SwBlink( )
aTimer.Stop();
}
-/*************************************************************************
+/*
* SwBlink::Blinker (timer):
* Toggle visibility flag
* Determine the repaint rectangle and invalidate them in their OleShells.
- *************************************************************************/
-
+ */
IMPL_LINK_NOARG(SwBlink, Blinker)
{
bVisible = !bVisible;