summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/viewfunc.hxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2001-10-26 17:16:21 +0000
committerNiklas Nebel <nn@openoffice.org>2001-10-26 17:16:21 +0000
commit387d30a2b8b2f7eed53963b7957c3f4d5e1e25fa (patch)
treea464e6ba255214bd4b4bba70ad74282e62a594dd /sc/source/ui/inc/viewfunc.hxx
parentb0b30eec4c23a6751f26bce412046bb31cc4bb76 (diff)
#93603# PasteDataFormat: bLink
Diffstat (limited to 'sc/source/ui/inc/viewfunc.hxx')
-rw-r--r--sc/source/ui/inc/viewfunc.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sc/source/ui/inc/viewfunc.hxx b/sc/source/ui/inc/viewfunc.hxx
index 53643a15cd3c..7b4ec4a27e40 100644
--- a/sc/source/ui/inc/viewfunc.hxx
+++ b/sc/source/ui/inc/viewfunc.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: viewfunc.hxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: er $ $Date: 2001-10-25 17:43:22 $
+ * last change: $Author: nn $ $Date: 2001-10-26 18:15:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -164,7 +164,8 @@ public:
BOOL PasteDataFormat( ULONG nFormatId,
const ::com::sun::star::uno::Reference<
::com::sun::star::datatransfer::XTransferable >& rxTransferable,
- USHORT nPosX, USHORT nPosY, Point* pLogicPos = NULL );
+ USHORT nPosX, USHORT nPosY, Point* pLogicPos = NULL,
+ BOOL bLink = FALSE );
BOOL PasteFile( const Point&, const String&, BOOL bLink=FALSE );
BOOL PasteObject( const Point&, SvInPlaceObject*, const Size* = NULL );