summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/cellsh.hxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2001-07-19 18:42:35 +0000
committerNiklas Nebel <nn@openoffice.org>2001-07-19 18:42:35 +0000
commit45d242d3121ddd9a73dd5798477dcd6e4df40046 (patch)
treec539ac9ca910519631a7d3ddc042d19024e15056 /sc/source/ui/inc/cellsh.hxx
parentc92d1719db3b09704233cd135ec0729c3e455be1 (diff)
#89671# get clipboard state via clipboard notifier
Diffstat (limited to 'sc/source/ui/inc/cellsh.hxx')
-rw-r--r--sc/source/ui/inc/cellsh.hxx16
1 files changed, 14 insertions, 2 deletions
diff --git a/sc/source/ui/inc/cellsh.hxx b/sc/source/ui/inc/cellsh.hxx
index e69ab6290613..783074606068 100644
--- a/sc/source/ui/inc/cellsh.hxx
+++ b/sc/source/ui/inc/cellsh.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: cellsh.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: nn $ $Date: 2001-05-11 17:50:01 $
+ * last change: $Author: nn $ $Date: 2001-07-19 19:36:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -74,17 +74,29 @@
#include <svx/svdmark.hxx>
#endif
+#ifndef _LINK_HXX
+#include <tools/link.hxx>
+#endif
+
#ifndef SC_FORMATSH_HXX
#include "formatsh.hxx"
#endif
class SvxClipboardFmtItem;
+class TransferableDataHelper;
+class TransferableClipboardListener;
+
class ScCellShell: public ScFormatShell
{
private:
+ TransferableClipboardListener* pClipEvtLstnr;
+ BOOL bPastePossible;
+
void GetPossibleClipboardFormats( SvxClipboardFmtItem& rFormats );
+ DECL_LINK( ClipboardChanged, TransferableDataHelper* );
+
public:
TYPEINFO();