[Libreoffice-commits] core.git: basic/inc
Noel Grandin (via logerrit)
logerrit at kemper.freedesktop.org
Thu Jul 30 08:29:41 UTC 2020
basic/inc/sbxbase.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c56175b41f51007f7531a2c1d202605c9a6bb2a6
Author: Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Thu Jul 30 10:28:46 2020 +0200
Commit: Noel Grandin <noel.grandin at 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
More information about the Libreoffice-commits
mailing list