summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2012-09-18 18:11:22 +0200
committerLuboš Luňák <l.lunak@suse.cz>2012-09-19 15:27:55 +0200
commitd6203d8d92b9ce63c07f932dde7c40928bea5f38 (patch)
tree010b4ab4a15fa869b88d360f5e47d8e3e4beb1de /sw
parentd56e7c9011e662b39f0e9775e654f62cea8765c2 (diff)
remove apparently unused variables
Change-Id: Ia3f971b065bf0fba361871cbed63833d76b462fe
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/unocore/unotext.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/core/unocore/unotext.cxx b/sw/source/core/unocore/unotext.cxx
index 8872b00d310c..3a3ba67cca5b 100644
--- a/sw/source/core/unocore/unotext.cxx
+++ b/sw/source/core/unocore/unotext.cxx
@@ -1651,8 +1651,6 @@ throw (lang::IllegalArgumentException, uno::RuntimeException)
}
// make a selection from aStartPam to a EndPam
- SwSelBoxes aBoxes;
- SfxItemSet aFrameItemSet(m_pImpl->m_pDoc->GetAttrPool(), RES_FRMATR_BEGIN, RES_FRMATR_END-1);
// If there is no content in the frame the shape is in
// it gets deleted in the DelFullPara call below,
// In this case insert a tmp text node ( we delete it later )