[ooo-build-commit] Branch 'ooo/master' - 2 commits -
Jan Holesovsky
kendy at kemper.freedesktop.org
Sat Sep 5 05:16:19 PDT 2009
0 files changed
New commits:
commit 314d0d681fb69cc5f6c9f3b0a2c89ce67276d708
Author: Release Engineers <releng at openoffice.org>
Date: Fri Sep 4 15:07:27 2009 +0000
#i10000# corrected curly braces
diff --git a/sw/source/filter/ww8/ww8atr.cxx b/sw/source/filter/ww8/ww8atr.cxx
index 778436e..7675123 100644
--- a/sw/source/filter/ww8/ww8atr.cxx
+++ b/sw/source/filter/ww8/ww8atr.cxx
@@ -2383,9 +2383,9 @@ void AttributeOutputBase::StartTOX( const SwSection& rSect )
GetExport( ).OutputField( 0, eCode, sStr, WRITEFIELD_START | WRITEFIELD_CMD_START |
WRITEFIELD_CMD_END );
}
-
- GetExport( ).bStartTOX = false;
}
+
+ GetExport( ).bStartTOX = false;
}
void AttributeOutputBase::EndTOX( const SwSection& rSect )
commit 0b421c3a93a61f94502c1b5d98c25a60d52d5134
Author: Release Engineers <releng at openoffice.org>
Date: Fri Sep 4 07:26:45 2009 +0000
#100000# revert trunc revision to the master one
diff --git a/sw/source/filter/ww8/ww8atr.cxx b/sw/source/filter/ww8/ww8atr.cxx
index 7675123..778436e 100644
--- a/sw/source/filter/ww8/ww8atr.cxx
+++ b/sw/source/filter/ww8/ww8atr.cxx
@@ -2383,9 +2383,9 @@ void AttributeOutputBase::StartTOX( const SwSection& rSect )
GetExport( ).OutputField( 0, eCode, sStr, WRITEFIELD_START | WRITEFIELD_CMD_START |
WRITEFIELD_CMD_END );
}
- }
- GetExport( ).bStartTOX = false;
+ GetExport( ).bStartTOX = false;
+ }
}
void AttributeOutputBase::EndTOX( const SwSection& rSect )
More information about the ooo-build-commit
mailing list