diff options
Diffstat (limited to 'sc/inc/simplerangelist.hxx')
-rw-r--r-- | sc/inc/simplerangelist.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/simplerangelist.hxx b/sc/inc/simplerangelist.hxx index 442d5c4e7a68..bb4ae9a02a3f 100644 --- a/sc/inc/simplerangelist.hxx +++ b/sc/inc/simplerangelist.hxx @@ -43,7 +43,7 @@ public: SCCOL mnCol2; explicit Range(SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2); }; - typedef std::shared_ptr< ::std::list<Range> > RangeListRef; + typedef std::shared_ptr<::std::list<Range>> RangeListRef; typedef ::std::map<SCTAB, RangeListRef> TabType; ScSimpleRangeList(); |