summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/cellsh.hxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2001-04-23 10:45:11 +0000
committerNiklas Nebel <nn@openoffice.org>2001-04-23 10:45:11 +0000
commit45396001f8cc069800c4ff1cd0fbfc0ec599de08 (patch)
tree6b639b6c0480ca33f37e760c2eed212e75da40f4 /sc/source/ui/inc/cellsh.hxx
parent2684dc97be1afa169ccb4cbc92dac38f255253f0 (diff)
GetPossibleClipboardFormats
Diffstat (limited to 'sc/source/ui/inc/cellsh.hxx')
-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();