summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/viewfunc.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-02-01 18:09:04 +0000
committerKurt Zenker <kz@openoffice.org>2006-02-01 18:09:04 +0000
commit7598414a3b8c7aa407545a9d7a4014844fee30f3 (patch)
tree7c872d2ebac5fb15c748a50f2a67498af960a0a6 /sc/source/ui/inc/viewfunc.hxx
parent3867bf4b4caf7d1b82b2bd7f5ad82ee1ef0159dc (diff)
INTEGRATION: CWS mav19 (1.26.48); FILE MERGED
2005/11/11 13:18:40 mav 1.26.48.1: #i57728# get replacement image from clipboard
Diffstat (limited to 'sc/source/ui/inc/viewfunc.hxx')
-rw-r--r--sc/source/ui/inc/viewfunc.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/inc/viewfunc.hxx b/sc/source/ui/inc/viewfunc.hxx
index 223452d6d781..fcf6115bb71a 100644
--- a/sc/source/ui/inc/viewfunc.hxx
+++ b/sc/source/ui/inc/viewfunc.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: viewfunc.hxx,v $
*
- * $Revision: 1.26 $
+ * $Revision: 1.27 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 22:05:11 $
+ * last change: $Author: kz $ $Date: 2006-02-01 19:09:04 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -148,7 +148,7 @@ public:
BOOL bLink = FALSE, BOOL bAllowDialogs = FALSE );
BOOL PasteFile( const Point&, const String&, BOOL bLink=FALSE );
- BOOL PasteObject( const Point&, const com::sun::star::uno::Reference < com::sun::star::embed::XEmbeddedObject >&, const Size* = NULL );
+ BOOL PasteObject( const Point&, const com::sun::star::uno::Reference < com::sun::star::embed::XEmbeddedObject >&, const Size* = NULL, const Graphic* = NULL, const ::rtl::OUString& = ::rtl::OUString() );
BOOL PasteBitmap( const Point&, const Bitmap& );
BOOL PasteMetaFile( const Point&, const GDIMetaFile& );
BOOL PasteGraphic( const Point& rPos, const Graphic& rGraphic,