summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/newhelp.hxx
diff options
context:
space:
mode:
authorPeter Burow <pb@openoffice.org>2001-10-08 11:35:36 +0000
committerPeter Burow <pb@openoffice.org>2001-10-08 11:35:36 +0000
commit7205e40ce3af472e20814bf775b7ba29e54e6aa7 (patch)
treee2740fc447f4ac95cab3554989819ed6dafe62e2 /sfx2/source/appl/newhelp.hxx
parent72c9d35db8436209495c82d8bf32352ea8b5287e (diff)
fix: #92485# HasSelection() added
Diffstat (limited to 'sfx2/source/appl/newhelp.hxx')
-rw-r--r--sfx2/source/appl/newhelp.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sfx2/source/appl/newhelp.hxx b/sfx2/source/appl/newhelp.hxx
index a36b4b0002..33b67cb015 100644
--- a/sfx2/source/appl/newhelp.hxx
+++ b/sfx2/source/appl/newhelp.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: newhelp.hxx,v $
*
- * $Revision: 1.30 $
+ * $Revision: 1.31 $
*
- * last change: $Author: pb $ $Date: 2001-09-25 13:35:48 $
+ * last change: $Author: pb $ $Date: 2001-10-08 12:35:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -375,6 +375,8 @@ private:
Image aIndexOnImage;
Image aIndexOffImage;
+ sal_Bool HasSelection() const;
+
DECL_LINK( SelectHdl, Timer* );
public: