Exception when try convert to Dokuwiki by WriterExtra

9 views
Skip to first unread message

Klap-in

unread,
Dec 16, 2009, 2:19:46 PM12/16/09
to WriterTools

I had installed Writer's Extras and trying 'Quick Markup' :
It has replaced two headings with dokuwikimarkup and next it stops and
came up with the following errordialog:

BASIC-runtime-fout. (translation: BASIC-runtime-error)
Eigenschap of methode niet gevonden (translation: Property or method
not found)

Also the Basic macro editor opens with this line marked: (on line 36)
PortionEnum=Para.createEnumeration

Someone a suggestion how i get this working?

My Test file: http://www.ooowiki.de/Writer2DokuWiki?action=AttachFile&do=view&target=Writer2DokuWiki.odt

Openoffice.org 3.1.1
OOO310m19 (Build:9420) -- openoffice.org-core 1:3.1.1-5ubuntu1
Ubuntu 9.10

dmpop

unread,
Dec 17, 2009, 10:59:05 AM12/17/09
to WriterTools
Hello,

This most likely happens because you are using a non-English version
of OpenOffice.org. In that case, you need to replace English paragraph
styles with their appropriate equivalents in the following code block:

MarkupHeadingsFunc("Heading 1", "====== ", " ======")
MarkupHeadingsFunc("Heading 2", "===== ", " =====")
MarkupHeadingsFunc("Heading 3", "==== ", " ====")
MarkupHeadingsFunc("Heading 4", "=== ", " ===")
MarkupHeadingsFunc("Heading 5", "== ", " ==")

Hope this helps.

Kind regards,
Dmitri
---
@dmpop | linux-magazine.com/productivitysauce | www.flickr.com/photos/dmpop

On Dec 16, 8:19 pm, Klap-in <klapinkla...@gmail.com> wrote:
> I had installed Writer's Extras and trying 'Quick Markup' :
> It has replaced two headings with dokuwikimarkup and next it stops and
> came up with the following errordialog:
>
> BASIC-runtime-fout. (translation: BASIC-runtime-error)
> Eigenschap of methode niet gevonden  (translation: Property or method
> not found)
>
> Also the Basic macro editor opens with this line marked: (on line 36)
> PortionEnum=Para.createEnumeration
>
> Someone a suggestion how i get this working?
>

> My Test file:http://www.ooowiki.de/Writer2DokuWiki?action=AttachFile&do=view&targe...

Reply all
Reply to author
Forward
0 new messages