summaryrefslogtreecommitdiff
path: root/sc/source/filter/html
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-12-06 00:59:20 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-12-06 00:59:20 +0100
commite678311175acca14eca7ce07b3734f664f6f1b6a (patch)
treedb77ebcc697bd75a4cda2c16c627c6917fdffdc5 /sc/source/filter/html
parent7d900eb8d2945e1a48581bae5877a26ef418f9fb (diff)
WaE: uninitialized value
Diffstat (limited to 'sc/source/filter/html')
-rw-r--r--sc/source/filter/html/htmlpars.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/html/htmlpars.cxx b/sc/source/filter/html/htmlpars.cxx
index cdd0534f3d8d..323e1a2034b7 100644
--- a/sc/source/filter/html/htmlpars.cxx
+++ b/sc/source/filter/html/htmlpars.cxx
@@ -532,7 +532,7 @@ void ScHTMLLayoutParser::Adjust()
xLockedList->RemoveAll();
ScHTMLAdjustStack aStack;
- ScHTMLAdjustStackEntry* pS;
+ ScHTMLAdjustStackEntry* pS = NULL;
sal_uInt16 nTab = 0;
SCCOL nLastCol = SCCOL_MAX;
SCROW nNextRow = 0;