From 0b5798ee59b8152b0a917437144e8c078e5feb0a Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Sat, 5 Apr 2014 23:07:14 -0500 Subject: coverity#708246: Unitialized scalar field Change-Id: I3136db825bea07b4b5977b6067db91375720ebed --- svl/source/filerec/filerec.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/svl/source/filerec/filerec.cxx b/svl/source/filerec/filerec.cxx index bdbad2a6da2f..f76aba554228 100644 --- a/svl/source/filerec/filerec.cxx +++ b/svl/source/filerec/filerec.cxx @@ -604,6 +604,8 @@ SfxMultiRecordReader::SfxMultiRecordReader( SvStream *pStream, sal_uInt16 nTag ) , _nContentSize(0) , _nContentCount(0) , _nContentNo(0) + , _nContentTag( 0 ) + , _nContentVer( 0 ) { // Position im Stream merken, um im Fehlerfall zur"uck-seeken zu k"onnen _nStartPos = pStream->Tell(); -- cgit lue='aoo/aw080'>aoo/aw080 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/autogen.sh
AgeCommit message (Expand)Author
2020-10-09Enable building for WSL (Linux) on WSLTor Lillqvist
2020-10-04Step towards building for Windows on WSL: ProgramFiles(x86) handlingTor Lillqvist
2020-02-11Introduce INCLUDE: in the distro-configs...Jan Holesovsky
2019-12-18Remove "--clean" option from autogen.shStepas Toliautas
2019-03-26autogen.sh: add --help description about the --with-distro switchGabor Kelemen
2019-01-30don't require /autoconf/ to be 2.68 (also allow e.g. autoconf268)Christian Lohmaier
2018-11-25Better way of enabling Developer Toolset 7 for Jenkins' linux_gcc_release_64Stephan Bergmann
2018-11-25Restrict Developer Toolset to Config=linux_gcc_release_64Stephan Bergmann
2018-11-24Make Jenkins linux_gcc_release_64 pick up Developer Toolset 7Stephan Bergmann
2018-08-27avoid error message about removing non-existent fileLuboš Luňák
2018-06-30autogen.sh: fix out-of-tree module Makefiles for Win32 makeMichael Stahl
2018-01-19Don't set autogen.sh KEY=VALUE arguments as environment variablesStephan Bergmann
2018-01-19Also strip leading whitespace from autogen.input linesStephan Bergmann
2017-09-22Revert "Goodbye autogen.lastrun"Tor Lillqvist
2017-09-22Goodbye autogen.lastrunTor Lillqvist
2017-08-17Fix typosAndrea Gelmini
2017-05-17Revert "Don't worry if there is no distro-configs/Foo.conf"Stephan Bergmann
2017-05-17Show all available distro configsStephan Bergmann
2016-12-14autogen.sh: Use STDOUT for --help output (as configure does)Mike Kaganski
2015-12-31lode: make sure LODE_HOME/opt/bin is in the PATH for aclocalNorbert Thiebaud
2015-09-22autogen.sh: Display arguments for configure without apostrophesSamuel Mehrbrodt
2015-03-08autogen.sh: better error message when src_path contains spacesMiklos Vajna
2014-11-13autogen: add --best-effort to help automation bridge option changes.Michael Meeks
2014-05-30strip trailing spaces when reading autogen.input/lastrunChristian Lohmaier
2014-04-23make it possible to do 'make -C sw/' even with builddir!=srcdirLuboš Luňák
2014-04-11Revert "make it possible to do 'make -C sw/' even with builddir!=srcdir"Stephan Bergmann
2014-03-23make it possible to do 'make -C sw/' even with builddir!=srcdirLuboš Luňák
2014-03-04Clarify autogen.sh messagesJan-Marek Glogowski
2013-11-13Generate configure before calling ./configure --helpArnaud Versini