sc/source/core/inc/adiasync.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 1d2b35ebd30a1361c0e7dfffd60f3d0453339715 Author: Stephan Bergmann <sberg...@redhat.com> Date: Sun Oct 9 16:24:40 2016 +0200 No need for ScAddInDocs to be a class of its own Change-Id: Idfc06295dc3dc1a1dcabe9df1df76c47c874f090 diff --git a/sc/source/core/inc/adiasync.hxx b/sc/source/core/inc/adiasync.hxx index e398f97..ba444fb 100644 --- a/sc/source/core/inc/adiasync.hxx +++ b/sc/source/core/inc/adiasync.hxx @@ -30,7 +30,7 @@ void CALLTYPE ScAddInAsyncCallBack( double& nHandle, void* pData ); } class ScDocument; -class ScAddInDocs : public std::set<ScDocument*> {}; +using ScAddInDocs = std::set<ScDocument*>; class ScAddInAsync : public SvtBroadcaster { _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits