diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2019-10-20 14:33:35 +0300 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2019-10-20 14:44:06 +0200 |
commit | ae453b7018f2fa1a0f0bc37c0557bd4e2eae9a71 (patch) | |
tree | bf715d65e4518d843cf4aca6c96413450a09a82b /sc/source/ui/unoobj/docuno.cxx | |
parent | ca26cf32ce927d89e3c5403bae49f5953f36cae4 (diff) |
ScRangeUtil is utility class; don't instantiate it
Change-Id: Id5bf48b62c644fa3c37faf324b9f5b971ca18557
Reviewed-on: https://gerrit.libreoffice.org/81162
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'sc/source/ui/unoobj/docuno.cxx')
-rw-r--r-- | sc/source/ui/unoobj/docuno.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/ui/unoobj/docuno.cxx b/sc/source/ui/unoobj/docuno.cxx index b7e932b5fcf2..eb7f2d7281b2 100644 --- a/sc/source/ui/unoobj/docuno.cxx +++ b/sc/source/ui/unoobj/docuno.cxx @@ -1316,7 +1316,6 @@ static bool lcl_ParseTarget( const OUString& rTarget, ScRange& rTargetRange, too // test in same order as in SID_CURRENTCELL execute ScAddress aAddress; - ScRangeUtil aRangeUtil; SCTAB nNameTab; sal_Int32 nNumeric = 0; |