diff options
author | Mikhail Voytenko <mav@openoffice.org> | 2011-01-07 18:11:35 +0100 |
---|---|---|
committer | Mikhail Voytenko <mav@openoffice.org> | 2011-01-07 18:11:35 +0100 |
commit | 3f6dbe5244d4f9c1d0a738faad1b0e6ff0f4390c (patch) | |
tree | 1b524186d6f1b408bb3976bf8ee4b3e7b8794d8c /writerperfect | |
parent | f023a0e948df0e66063f56495e3e3121bf563429 (diff) |
removetooltypes: #i112600# remove tooltypes
Diffstat (limited to 'writerperfect')
-rw-r--r-- | writerperfect/source/stream/WPXSvStream.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/writerperfect/source/stream/WPXSvStream.cxx b/writerperfect/source/stream/WPXSvStream.cxx index 973fb5ab31d9..7f8e3aaa794f 100644 --- a/writerperfect/source/stream/WPXSvStream.cxx +++ b/writerperfect/source/stream/WPXSvStream.cxx @@ -146,7 +146,7 @@ WPXInputStream * WPXSvInputStream::getDocumentOLEStream(const char * name) return 0; } - mxChildStorage = new SotStorage( pStream, TRUE ); + mxChildStorage = new SotStorage( pStream, sal_True ); mxChildStream = mxChildStorage->OpenSotStream( rtl::OUString::createFromAscii( name ), |