summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/viewfun7.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 20:34:48 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 20:34:48 +0000
commit5a2dc81c0dad17febdaa2a319bd89444af88c1ed (patch)
tree2f0a500146c70346b68515c652fd460a28d14a4f /sc/source/ui/view/viewfun7.cxx
parentc182072a4a86b8a1668b2263c053ad2ec041ab19 (diff)
INTEGRATION: CWS warnings01 (1.23.98); FILE MERGED
2006/05/12 16:38:18 sb 1.23.98.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.
Diffstat (limited to 'sc/source/ui/view/viewfun7.cxx')
-rw-r--r--sc/source/ui/view/viewfun7.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/view/viewfun7.cxx b/sc/source/ui/view/viewfun7.cxx
index 2f935282fe8b..40de6d94ecba 100644
--- a/sc/source/ui/view/viewfun7.cxx
+++ b/sc/source/ui/view/viewfun7.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: viewfun7.cxx,v $
*
- * $Revision: 1.23 $
+ * $Revision: 1.24 $
*
- * last change: $Author: kz $ $Date: 2006-02-01 19:09:37 $
+ * last change: $Author: hr $ $Date: 2006-06-19 21:34:48 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -207,7 +207,7 @@ void ScViewFunc::PasteDraw( const Point& rLogicPos, SdrModel* pModel,
SdrMarkView aView(pModel);
SdrPageView* pPv = aView.ShowPagePgNum(0,Point());
- aView.MarkAll(pPv);
+ aView.MarkAllObj(pPv);
Size aSize = aView.GetAllMarkedRect().GetSize();
lcl_AdjustInsertPos( GetViewData(), aPos, aSize );