summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sc/source/ui/inc/cellsh.hxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/sc/source/ui/inc/cellsh.hxx b/sc/source/ui/inc/cellsh.hxx
index 2d27dee10dea..08534e6700b5 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.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: nn $ $Date: 2001-03-26 19:21:58 $
+ * last change: $Author: nn $ $Date: 2001-04-23 11:45:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -78,8 +78,13 @@
#include "formatsh.hxx"
#endif
+class SvxClipboardFmtItem;
+
class ScCellShell: public ScFormatShell
{
+private:
+ static void GetPossibleClipboardFormats( SvxClipboardFmtItem& rFormats );
+
public:
TYPEINFO();