summaryrefslogtreecommitdiff
path: root/sd/source/ui/view
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-05-03 13:03:34 +0000
committerOliver Bolte <obo@openoffice.org>2005-05-03 13:03:34 +0000
commit3b55fa82c39eea76438877ad9611cabc823e2429 (patch)
treed5fb3471abf47e2d96ba0ecf6244ed3fce813834 /sd/source/ui/view
parent13b94ab830ba0b965cca73c4b41ccff41663efc0 (diff)
INTEGRATION: CWS presfixes05 (1.41.80); FILE MERGED
2005/04/29 11:30:14 cl 1.41.80.2: #i48202# use a guard class during disable modify operations 2005/04/28 14:54:46 cl 1.41.80.1: #i48202# disable setmodified during some operation so it does not interfear with digital signatures
Diffstat (limited to 'sd/source/ui/view')
-rw-r--r--sd/source/ui/view/drviews5.cxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/sd/source/ui/view/drviews5.cxx b/sd/source/ui/view/drviews5.cxx
index 25b37baeba88..42b7b4779808 100644
--- a/sd/source/ui/view/drviews5.cxx
+++ b/sd/source/ui/view/drviews5.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: drviews5.cxx,v $
*
- * $Revision: 1.41 $
+ * $Revision: 1.42 $
*
- * last change: $Author: vg $ $Date: 2005-02-24 15:09:14 $
+ * last change: $Author: obo $ $Date: 2005-05-03 14:03:34 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -242,7 +242,7 @@ void DrawViewShell::ArrangeGUIElements (void)
void DrawViewShell::ReadFrameViewData(FrameView* pView)
{
- BOOL bChanged = GetDoc()->IsChanged(); // merken
+ ModifyGuard aGuard( GetDoc() );
// Diese Option wird am Model eingestellt
GetDoc()->SetPickThroughTransparentTextFrames(
@@ -430,8 +430,6 @@ void DrawViewShell::ReadFrameViewData(FrameView* pView)
// Muss am Ende gerufen werden, da ein WriteFrameViewData() ausgeloest wird
if (pDrView->IsFrameDragSingles() != pView->IsFrameDragSingles() )
pDrView->SetFrameDragSingles( pView->IsFrameDragSingles() );
-
- GetDoc()->SetChanged( bChanged );
}
/*************************************************************************