summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/transobj.hxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2001-05-11 17:29:47 +0000
committerNiklas Nebel <nn@openoffice.org>2001-05-11 17:29:47 +0000
commit2b8fe2684099a6308363d0c00b38257c62af16de (patch)
tree60854ea51ba38d85a5b4fff36d203afff6262a85 /sc/source/ui/inc/transobj.hxx
parent637811a2e6c4276cb000d894bca6c43a9df68159 (diff)
GetOwnClipboard with Window parameter
Diffstat (limited to 'sc/source/ui/inc/transobj.hxx')
-rw-r--r--sc/source/ui/inc/transobj.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/inc/transobj.hxx b/sc/source/ui/inc/transobj.hxx
index fb2eade0605e..187e91fcf0d9 100644
--- a/sc/source/ui/inc/transobj.hxx
+++ b/sc/source/ui/inc/transobj.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: transobj.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: nn $ $Date: 2001-04-12 08:50:51 $
+ * last change: $Author: nn $ $Date: 2001-05-11 18:26:59 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -132,7 +132,7 @@ public:
void SetDragSourceFlags( USHORT nFlags );
void SetDragWasInternal();
- static ScTransferObj* GetOwnClipboard( BOOL bForUI = TRUE );
+ static ScTransferObj* GetOwnClipboard( Window* pUIWin );
};
#endif