diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2009-03-24 14:11:39 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2009-03-24 14:11:39 +0000 |
commit | a472657291aacedbbe87a38194a744e25ed1ac1d (patch) | |
tree | 51f57715e50b6aaac637b69f177e3cb30e5a4712 /basic/source/app/msgedit.hxx | |
parent | 76703cd5a8c37d1911481104dcfc2e9f13de93ea (diff) |
CWS-TOOLING: integrate CWS gh16
2009-03-24 11:26:56 +0100 gh r269930 : #i100151#
2009-03-24 11:26:18 +0100 gh r269928 : #i100151#fix a renaming issue
2009-03-20 12:31:00 +0100 gh r269795 : #i100356# some fixes required
2009-03-19 17:20:02 +0100 gh r269760 : #i100151# generate UserFeedback names
2009-03-19 17:17:49 +0100 gh r269759 : #i100151# deliver *.win files
2009-03-19 17:15:10 +0100 gh r269758 : #i100151# generate UserFeedback names and deliver them
2009-03-19 11:38:53 +0100 gh r269737 : #i100356# write logs to stdout. enable with switch -printlog
2009-03-12 14:15:48 +0100 gh r269408 : #i98580# build failed when debug enabled
2009-03-12 13:55:50 +0100 gh r269404 : #i61192#fix lineendings in hid.lst
Diffstat (limited to 'basic/source/app/msgedit.hxx')
-rw-r--r-- | basic/source/app/msgedit.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/basic/source/app/msgedit.hxx b/basic/source/app/msgedit.hxx index 0bc86e9d3b9e..bca0eef72929 100644 --- a/basic/source/app/msgedit.hxx +++ b/basic/source/app/msgedit.hxx @@ -94,6 +94,8 @@ class MsgEdit : public DataEdit static USHORT nMaxLogLen; static BOOL bLimitLogLen; + static BOOL bPrintLogToStdout; + static BOOL bPrintLogToStdoutSet; // has it been initialized yet public: MsgEdit( AppError*, BasicFrame *pBF, const WinBits& ); ~MsgEdit(); |