summaryrefslogtreecommitdiff
path: root/sc/source/filter/rtf/rtfparse.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/rtf/rtfparse.cxx')
-rw-r--r--sc/source/filter/rtf/rtfparse.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/rtf/rtfparse.cxx b/sc/source/filter/rtf/rtfparse.cxx
index c6a143a743db..e2f8f8706431 100644
--- a/sc/source/filter/rtf/rtfparse.cxx
+++ b/sc/source/filter/rtf/rtfparse.cxx
@@ -222,7 +222,7 @@ void ScRTFParser::NewCellRow()
// Build up TwipCols only after nLastWidth comparison!
for (std::unique_ptr<ScRTFCellDefault> & pCellDefault : maDefaultList)
{
- const ScRTFCellDefault& rD = *pCellDefault.get();
+ const ScRTFCellDefault& rD = *pCellDefault;
SCCOL nCol;
if ( !SeekTwips(rD.nTwips, &nCol) )
aColTwips.insert( rD.nTwips );