View | Details | Raw Unified | Return to issue 12831
Collapse All | Expand All

(-)oo_11beta_src/sw/source/filter/ww8/ww8scan.cxx.orig (-1 / +5 lines)
Lines 106-111 Link Here
106
#include "ww8scan.hxx"
106
#include "ww8scan.hxx"
107
#endif
107
#endif
108
108
109
#ifndef _PVER_HXX
110
#include <svtools/pver.hxx>	// GetLongLanguage
111
#endif
112
109
#define ASSERT_RET_ON_FAIL( aCon, aError, aRet ) \
113
#define ASSERT_RET_ON_FAIL( aCon, aError, aRet ) \
110
    ASSERT(aCon, aError); \
114
    ASSERT(aCon, aError); \
111
    if (!(aCon)) \
115
    if (!(aCon)) \
Lines 5283-5289 Link Here
5283
		nProduct = 0xc02d;
5287
		nProduct = 0xc02d;
5284
	}
5288
	}
5285
5289
5286
	lid = lidFE = 0x407;
5290
	lid = lidFE = ProductVersion::GetLongLanguage().ToInt32();
5287
}
5291
}
5288
5292
5289
bool WW8Fib::Write(SvStream& rStrm)
5293
bool WW8Fib::Write(SvStream& rStrm)

Return to issue 12831