summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2015-03-25 00:20:12 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2015-03-25 10:25:09 +0100
commit760e94cdf16031b8fcd44ea3d32380a4103d0484 (patch)
tree6674ca18a15d8c17b12d17e2a793fa9103a4af59 /sw
parent9e83083fcdc84b7191ed3e0a5d406e95da57ac33 (diff)
kill a typed Modify use
Change-Id: I7a33f95348093b9227b7620d08f77ceb560039eb
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/attr/format.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/attr/format.cxx b/sw/source/core/attr/format.cxx
index a71c9828ed86..ba6a742302f9 100644
--- a/sw/source/core/attr/format.cxx
+++ b/sw/source/core/attr/format.cxx
@@ -322,8 +322,8 @@ void SwFmt::Modify( const SfxPoolItem* pOldValue, const SfxPoolItem* pNewValue )
// mba: move the code that ignores this event to the clients
// pass Hint only to dependent formats (no Frames)
- ModifyBroadcast( pOldValue, pNewValue, TYPE(SwFmt) );
- bContinue = false;
+ //ModifyBroadcast( pOldValue, pNewValue, TYPE(SwFmt) );
+ //bContinue = false;
}
break;
default: