Kaydet (Commit) 44b352c8 authored tarafından Caolán McNamara's avatar Caolán McNamara

fix scope

Change-Id: I114d3d0d45614f8af5004014fd0a61027fdc9e54
üst 4eaf7792
...@@ -812,7 +812,6 @@ bool WW8_WrMagicTable::Write( WW8Export& rWrt ) ...@@ -812,7 +812,6 @@ bool WW8_WrMagicTable::Write( WW8Export& rWrt )
void WW8_WrMagicTable::Append( WW8_CP nCp, sal_uLong nData) void WW8_WrMagicTable::Append( WW8_CP nCp, sal_uLong nData)
{ {
SVBT32 nLittle;
/* /*
Tell the undocumented table hack that everything between here and the last Tell the undocumented table hack that everything between here and the last
table position is nontable text, don't do it if the previous position is table position is nontable text, don't do it if the previous position is
...@@ -820,6 +819,7 @@ void WW8_WrMagicTable::Append( WW8_CP nCp, sal_uLong nData) ...@@ -820,6 +819,7 @@ void WW8_WrMagicTable::Append( WW8_CP nCp, sal_uLong nData)
*/ */
if ((!Count()) || (Prev() != nCp)) if ((!Count()) || (Prev() != nCp))
{ {
SVBT32 nLittle;
UInt32ToSVBT32(nData,nLittle); UInt32ToSVBT32(nData,nLittle);
WW8_WrPlc1::Append(nCp, nLittle); WW8_WrPlc1::Append(nCp, nLittle);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment