summaryrefslogtreecommitdiff
path: root/sw/source
diff options
context:
space:
mode:
authorOliver-Rainer Wittmann <od@openoffice.org>2011-03-14 15:47:38 +0100
committerOliver-Rainer Wittmann <od@openoffice.org>2011-03-14 15:47:38 +0100
commit525198026899d978373933a91f45c79b12bacbd5 (patch)
tree89e00529135900c2e13cfd723da68c8a33c0d31a /sw/source
parentad0cee149d32412782aca0d088dcc1f189b74871 (diff)
sw34bf05: #i87645# - method <SwFlyFrm::Modify(..)> - reset layout processing boolean, only if something has been invalidated.
Diffstat (limited to 'sw/source')
-rwxr-xr-x[-rw-r--r--]sw/source/core/layout/fly.cxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/sw/source/core/layout/fly.cxx b/sw/source/core/layout/fly.cxx
index 8cd4253f6ddc..d065f1e89c81 100644..100755
--- a/sw/source/core/layout/fly.cxx
+++ b/sw/source/core/layout/fly.cxx
@@ -796,11 +796,10 @@ void SwFlyFrm::Modify( SfxPoolItem * pOld, SfxPoolItem * pNew )
UpdateObjInSortedList();
}
// <--
+ // --> OD #i87645# - reset flags for the layout process (only if something has been invalidated)
+ ResetLayoutProcessBools();
+ // <--
}
-
- // --> OD 2005-07-18 #i51474# - reset flags for the layout process
- ResetLayoutProcessBools();
- // <--
}
void SwFlyFrm::_UpdateAttr( SfxPoolItem *pOld, SfxPoolItem *pNew,