https://bugs.documentfoundation.org/show_bug.cgi?id=128065

Oliver Brinzing <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW
                 CC|                            |[email protected]

--- Comment #3 from Oliver Brinzing <[email protected]> ---
i can even reproduce the problem with attached file with:

Version: 5.4.7.2 (x64)
Build-ID: c838ef25c16710f8838b1faec480ebba495259d0
CPU-Threads: 4; BS: Windows 6.19; UI-Render: Standard; 
Gebietsschema: de-DE (de_DE); Calc: single

but not with:
LO 4.4.7.2
AOO 4.1.5

i think this issue could be a duplicate of:

Bug 123005 - FILEOPEN: Error on creating
getCurrentController().getActiveSheet() for basic script from location=document

cause "Document.CurrentController" reports is Null

'Get Sheet object
If Not IsMissing(startingSheetName) And 
       Document.Sheets.hasByName(startingSheetName) Then

   msgbox isnull(Document.CurrentController)
   If startingSheetName = Document.CurrentController.ActiveSheet.Name Then

-- 
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

Reply via email to