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

Buovjaga <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Buovjaga <[email protected]> ---
I don't get the error message.

Arch Linux 64-bit, KDE Plasma 5
Version: 5.3.0.0.alpha0+
Build ID: ff2a399b61f34f7920e594e8cbb6c19045b24956
CPU Threads: 8; OS Version: Linux 4.7; UI Render: default; 
Locale: fi-FI (fi_FI.UTF-8); Calc: group
Built on October 7th 2016

Changes:

  Do While True
    'LO: (untested)
     If "" = Sheets("Zeiten").Range(colNo2 & "6").Value Then Exit Do
    'MSO:
    'If Evaluate("EXACT(Zeiten!" & colNo2 & "6,"""")") Then Exit Do
    'n_WF = n_WF + 1
    'colNo2 = getColNum(colNo2, deltaCol)
  Loop

  Do While True
    cnt = cnt + 1
    'LO: (untested)
     If "" = Sheets("Zeiten").Range(colNo2 & "6").Value Then Exit Do
    'MSO:
    'If Evaluate("EXACT(Zeiten!" & colNo & "6,"""")") Then Exit Do

    Rem Geseglte Zeit je Wettfahrt
    sh_name = "GesZeit_WF" & cnt
    'LO: (untested)
     If Sheets.hasByName(hasByName) Then Sheets(sh_name).Delete
    'MSO:
    'If Evaluate("ISREF('" & sh_name & "'!A1)") Then Sheets(sh_name).Delete
    'Sheets.Add After:=Sheets(Sheets.Count)
    'Sheets(Sheets.Count).Name = sh_name
    'Set sht = Sheets(sh_name)

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