https://bugs.freedesktop.org/show_bug.cgi?id=58306

          Priority: medium
            Bug ID: 58306
          Assignee: libreoffice-bugs@lists.freedesktop.org
           Summary: Extension CT2N crashes on function Input (from File)
          Severity: normal
    Classification: Unclassified
                OS: Linux (All)
          Reporter: c...@nouenoff.nl
          Hardware: Other
            Status: NEW
           Version: 4.0.0.0.beta1
         Component: BASIC
           Product: LibreOffice

Clean user profile
Start 400beta1
Tools > Extension manager
Intall CT2N
 (from 
http://extensions.libreoffice.org/extension-center/ct2n-convert-text-to-number-and-dates
)

Start new spreadsheet
Click on purple icon from CT2N
Dialog appears, OK
(probably nothing to do)

Now again click the icon...
then LibreOffice crashes

Found that it is on the line 45 in

  UserSettings.LoadUserSettings

        n = FreeFile()
        Open sFileName for Input As #n
        Do while NOT EOF(n)
45 >            Input #n, s
        Loop
        Close #n


this function reads from a one line long file in 
  <user profile>/user/config/ct2n_usersettings.ini

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to