summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/cellsh.hxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2001-05-11 16:51:27 +0000
committerNiklas Nebel <nn@openoffice.org>2001-05-11 16:51:27 +0000
commit637811a2e6c4276cb000d894bca6c43a9df68159 (patch)
treecfe622da76bdf23c4be9b82ee03d4230f4c070cb /sc/source/ui/inc/cellsh.hxx
parent00c3332d3f7ce44715def10b4b4ec395c0af4f14 (diff)
CopyToClipboard/CreateFromSystemClipboard need Window parameter
Diffstat (limited to 'sc/source/ui/inc/cellsh.hxx')
-rw-r--r--sc/source/ui/inc/cellsh.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/inc/cellsh.hxx b/sc/source/ui/inc/cellsh.hxx
index 08534e6700b5..e69ab6290613 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.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: nn $ $Date: 2001-04-23 11:45:11 $
+ * last change: $Author: nn $ $Date: 2001-05-11 17:50:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -83,7 +83,7 @@ class SvxClipboardFmtItem;
class ScCellShell: public ScFormatShell
{
private:
- static void GetPossibleClipboardFormats( SvxClipboardFmtItem& rFormats );
+ void GetPossibleClipboardFormats( SvxClipboardFmtItem& rFormats );
public: