Kaydet (Commit) a5c23283 authored tarafından Arnaud Versini's avatar Arnaud Versini Kaydeden (comit) Noel Grandin

BASIC: Store directly SbxVarEntry in SbxArray

Change-Id: I64ae6c2a45e0ed880f5b76ca2ad420d684fdfeb4
Reviewed-on: https://gerrit.libreoffice.org/21308Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarNoel Grandin <noelgrandin@gmail.com>
Tested-by: 's avatarArnaud Versini <arnaud.versini@libreoffice.org>
üst b4b0cc2a
This diff is collapsed.
...@@ -118,7 +118,7 @@ struct SbxVarEntry; ...@@ -118,7 +118,7 @@ struct SbxVarEntry;
class BASIC_DLLPUBLIC SbxArray : public SbxBase class BASIC_DLLPUBLIC SbxArray : public SbxBase
{ {
typedef std::vector<SbxVarEntry*> VarEntriesType; typedef std::vector<SbxVarEntry> VarEntriesType;
// #100883 Method to set method directly to parameter array // #100883 Method to set method directly to parameter array
friend class SbMethod; friend class SbMethod;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment