summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-06-29 21:49:25 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-06-29 21:49:25 +0200
commitbd9988ee969a73690a254fc7e6ada110b8681dc1 (patch)
treed1339d92e9fbbf255ac76ff2cdbc6cda40ddc5e7 /sc
parent3d97b2000979200db53f77db20e882e85c66c0b6 (diff)
No need for a derived class
Change-Id: I42e96a0c7818abdaff15f5cd2b1111839aa771e6
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/inc/adiasync.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/inc/adiasync.hxx b/sc/source/core/inc/adiasync.hxx
index c8e5b71e658c..b34bcecb03a3 100644
--- a/sc/source/core/inc/adiasync.hxx
+++ b/sc/source/core/inc/adiasync.hxx
@@ -70,7 +70,7 @@ struct CompareScAddInAsync
{
bool operator()( ScAddInAsync* const& lhs, ScAddInAsync* const& rhs ) const { return (*lhs)<(*rhs); }
};
-class ScAddInAsyncs : public std::set<ScAddInAsync*, CompareScAddInAsync> {};
+using ScAddInAsyncs = std::set<ScAddInAsync*, CompareScAddInAsync>;
extern ScAddInAsyncs theAddInAsyncTbl; // in adiasync.cxx