summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2015-03-01 18:46:34 +0100
committerMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2015-03-01 18:59:26 +0100
commit837fa475b25c3a104c64715d457e47a911d7ca34 (patch)
treed18e0c5848a6bc51f4b0ea974a59fec1e12b6659
parent9510877c006636fa35ac774193febae37e3e7e98 (diff)
variable is assigned the same value twice
Change-Id: I4c6ac1fa0ab387f86d17ba72e110ea7855929160
-rw-r--r--sc/source/ui/view/output2.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/ui/view/output2.cxx b/sc/source/ui/view/output2.cxx
index 47f28c219e22..2bb31dc1937d 100644
--- a/sc/source/ui/view/output2.cxx
+++ b/sc/source/ui/view/output2.cxx
@@ -4559,7 +4559,6 @@ void ScOutputData::DrawEdit(bool bPixelToLogic)
aParam.mnPosY = nPosY;
aParam.mnInitPosX = nInitPosX;
aParam.mpPreviewFontSet = pPreviewFontSet;
- aParam.mpPreviewFontSet = pPreviewFontSet;
aParam.mpOldPattern = pOldPattern;
aParam.mpOldCondSet = pOldCondSet;
aParam.mpOldPreviewFontSet = pOldPreviewFontSet;