diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-30 10:28:46 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-30 10:28:46 +0200 |
commit | c56175b41f51007f7531a2c1d202605c9a6bb2a6 (patch) | |
tree | 4853891629f77a875f359953903f4a19471a118b /basic | |
parent | 231e1e416c039d1f9724962a89cf0573a3db48a2 (diff) |
fix comment
Change-Id: Iff0cb697a4f8670c897516d23f2701f3716171f3
Diffstat (limited to 'basic')
-rw-r--r-- | basic/inc/sbxbase.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |