summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/drviewse.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-08-02 17:24:03 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-08-02 17:24:03 +0000
commit5ada76f95aea27a3822aa905288514f71a1435b7 (patch)
treebedd8549c542999f4d37a8f861d72ea144c24e4e /sd/source/ui/view/drviewse.cxx
parentd98df50cd9a7945a6b0cfb2216af395722f5f356 (diff)
INTEGRATION: CWS impress123 (1.66.54); FILE MERGED
2007/07/12 12:59:47 cl 1.66.54.2: RESYNC: (1.66-1.68); FILE MERGED 2007/07/04 12:26:08 cl 1.66.54.1: #i79195# applied patch to create correct undo action for inserting hyperlink
Diffstat (limited to 'sd/source/ui/view/drviewse.cxx')
-rw-r--r--sd/source/ui/view/drviewse.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/view/drviewse.cxx b/sd/source/ui/view/drviewse.cxx
index c181c7b9b6fb..cb4b7ee98989 100644
--- a/sd/source/ui/view/drviewse.cxx
+++ b/sd/source/ui/view/drviewse.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: drviewse.cxx,v $
*
- * $Revision: 1.68 $
+ * $Revision: 1.69 $
*
- * last change: $Author: rt $ $Date: 2007-07-06 13:14:44 $
+ * last change: $Author: hr $ $Date: 2007-08-02 18:24:03 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1631,7 +1631,7 @@ void DrawViewShell::InsertURLField(const String& rURL, const String& rText,
Rectangle aLogicRect(aPos, aSize);
pRectObj->SetLogicRect(aLogicRect);
pRectObj->SetOutlinerParaObject( pOutlParaObject );
- mpActualPage->InsertObject(pRectObj);
+ mpDrawView->InsertObjectAtView(pRectObj, *mpDrawView->GetSdrPageView());
pOutl->Init( nOutlMode );
}
}