basic/inc/sbxbase.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c56175b41f51007f7531a2c1d202605c9a6bb2a6
Author:     Noel Grandin <noel.gran...@collabora.co.uk>
AuthorDate: Thu Jul 30 10:28:46 2020 +0200
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Thu Jul 30 10:28:46 2020 +0200

    fix comment
    
    Change-Id: Iff0cb697a4f8670c897516d23f2701f3716171f3

diff --git a/basic/inc/sbxbase.hxx b/basic/inc/sbxbase.hxx
index 361dd52bd691..a1f5a2c7dffb 100644
--- a/basic/inc/sbxbase.hxx
+++ b/basic/inc/sbxbase.hxx
@@ -38,7 +38,7 @@ struct SbxAppData
 {
     ErrCode             eErrCode;  // Error code
     SbxVariableRef      m_aGlobErr; // Global error object
-    std::vector<SbxFactory*> m_Factories; // these are owned by
+    std::vector<SbxFactory*> m_Factories; // these are owned by fields in 
SbiGlobals
     tools::SvRef<SvRefBase>  mrImplRepository;
 
     // Pointer to Format()-Command helper class
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to