diff options
Diffstat (limited to 'sc/source/ui')
-rw-r--r-- | sc/source/ui/inc/anyrefdg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/anyrefdg.hxx b/sc/source/ui/inc/anyrefdg.hxx index c059ea997e3b..8341ba86a694 100644 --- a/sc/source/ui/inc/anyrefdg.hxx +++ b/sc/source/ui/inc/anyrefdg.hxx @@ -278,7 +278,7 @@ struct ScRefHdlrImpl: ScRefHdlrImplBase< TBase, bBindRef > ~ScRefHdlrImpl() { - dispose(); + TBase::disposeOnce(); } }; |