[Libreoffice-commits] core.git: sc/source

Stephan Bergmann sbergman at redhat.com
Sun Oct 9 14:28:36 UTC 2016


 sc/source/core/inc/adiasync.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1d2b35ebd30a1361c0e7dfffd60f3d0453339715
Author: Stephan Bergmann <sbergman at 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
 {


More information about the Libreoffice-commits mailing list