https://bugs.documentfoundation.org/show_bug.cgi?id=143081
Julien Nabet <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |[email protected]
--- Comment #1 from Julien Nabet <[email protected]> ---
On pc Debian x86-64 with master sources updated today, it fails to create a
BaseDocumenter repository because of the error
"Object variable not set" there:
Dim iTables As Integer, bReinit As Boolean, iMaster As Integer
InitRepository = False
If IsNull(Repository) Then GoTo Exit_Function
With Repository
'Identify if repo should be (re)initialized
bReinit = False
iTables = .TableDefs().Count
If iTables = 0 Then
bReinit = True
ElseIf iTables = 2 Then
'Do nothing if the database is not a repository !!
If .TableDefs(0).Name <> "DATABASES" Or
.TableDefs(1).Name <> "OBJECTS" Then Set Repository = Nothing
Else
Set Repository = Nothing
End If
'Check if a master database record exists
If Not bReinit Then
iMaster = .DCount("ID", "DATABASES", "ID=0") <<<<<<< THERE
So can't test the crash.
--
You are receiving this mail because:
You are the assignee for the bug._______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs