diff options
Diffstat (limited to 'sc/source/ui/docshell/pntlock.cxx')
-rw-r--r-- | sc/source/ui/docshell/pntlock.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/docshell/pntlock.cxx b/sc/source/ui/docshell/pntlock.cxx index 138c4eb613a2..ed7aca968e17 100644 --- a/sc/source/ui/docshell/pntlock.cxx +++ b/sc/source/ui/docshell/pntlock.cxx @@ -33,7 +33,7 @@ ScPaintLockData::~ScPaintLockData() void ScPaintLockData::AddRange( const ScRange& rRange, PaintPartFlags nP ) { - if (!xRangeList.Is()) + if (!xRangeList.is()) xRangeList = new ScRangeList; xRangeList->Join( rRange ); |