summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorMichael Stahl <mst@openoffice.org>2009-11-02 18:35:37 +0100
committerMichael Stahl <mst@openoffice.org>2009-11-02 18:35:37 +0100
commit34f0e624c9d647dbde99e492a948aa4aad0caad4 (patch)
treea371c69971d55b6b8be158e8e397de7942020972 /sw
parentafe9e3ff34b9564d66bec1bdf522a80a3ef773b4 (diff)
#i104106#: fix wrong initialization of variable, causing reset of AUTOFMT
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/undo/rolbck.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/undo/rolbck.cxx b/sw/source/core/undo/rolbck.cxx
index ffc831fe16e5..908fc480fe66 100644
--- a/sw/source/core/undo/rolbck.cxx
+++ b/sw/source/core/undo/rolbck.cxx
@@ -833,7 +833,7 @@ SwHistoryResetAttrSet::SwHistoryResetAttrSet( const SfxItemSet& rSet,
, m_Array( (BYTE)rSet.Count() )
{
SfxItemIter aIter( rSet );
- bool bAutoStyle = true;
+ bool bAutoStyle = false;
while( TRUE )
{