Fix typo
Change-Id: I67e2769f3b60ef48a785d5eefc3dbad64b04b2eb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163322 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
parent
da3a624cfa
commit
12d91b562d
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,7 @@ static ItemInfoPackage& getItemInfoPackageAdminDlg()
|
|||
{ DSID_ORIGINALNAME, new SfxStringItem(DSID_ORIGINALNAME, OUString()), 0, SFX_ITEMINFOFLAG_NONE },
|
||||
{ DSID_CONNECTURL, new SfxStringItem(DSID_CONNECTURL, OUString()), 0, SFX_ITEMINFOFLAG_NONE },
|
||||
|
||||
// gets added in costructor below once for LO runtime as static default
|
||||
// gets added in constructor below once for LO runtime as static default
|
||||
{ DSID_TABLEFILTER, nullptr, 0, SFX_ITEMINFOFLAG_NONE },
|
||||
|
||||
// gets added by callback for each new Pool as dynamic default
|
||||
|
|
Loading…
Reference in a new issue