summaryrefslogtreecommitdiff
path: root/wizards/source/template/ModuleAgenda.xba
diff options
context:
space:
mode:
authorBehrend Cornelius <bc@openoffice.org>2002-09-17 13:52:00 +0000
committerBehrend Cornelius <bc@openoffice.org>2002-09-17 13:52:00 +0000
commit80bca2d204bcc2f869bdec367cdb70fc584a77d0 (patch)
tree38583c9c1f596629014103d20dbd180b8f4f2300 /wizards/source/template/ModuleAgenda.xba
parent5b12116802cf6010ff15d53f462bd44c904ed3fe (diff)
#99839# German Comments removed
Diffstat (limited to 'wizards/source/template/ModuleAgenda.xba')
-rw-r--r--wizards/source/template/ModuleAgenda.xba8
1 files changed, 1 insertions, 7 deletions
diff --git a/wizards/source/template/ModuleAgenda.xba b/wizards/source/template/ModuleAgenda.xba
index 8b32df4523f0..8a4e2dd2c939 100644
--- a/wizards/source/template/ModuleAgenda.xba
+++ b/wizards/source/template/ModuleAgenda.xba
@@ -6,7 +6,6 @@ Option Explicit
&apos; Used for &quot;disabling&quot; the cancel button of the dialog
Public DialogExited As Boolean
Dim DlgAgenda_gMyName as String
-&apos;Dim DlgAgenda_gMsgNoCancel$
Public TemplateDialog as Object
Public DialogModel as Object
Public sTrueContent as String
@@ -49,7 +48,6 @@ Dim i as Integer
oBookMarks = oDocument.Bookmarks
On Local Error Goto NOBOOKMARK
-&apos; Todo: auch beim Schließen des Dialogs muss was passieren
TemplateDialog.EndExecute
DialogExited = TRUE
oBookmarkCursor = CreateBookmarkCursor(oDocument, BookmarkName)
@@ -64,7 +62,6 @@ Dim i as Integer
oBookMarkCursor = CreateBookmarkCursor(oDocument, &quot;NextTopic&quot;)
If Not IsNull(oBookMarkCursor) Then
oTextField = oBookMarkCursor.TextField
-&apos; Todo: Was ist mit der Property &apos;TrueContent&apos; geschehen?
&apos; oTextField.TrueContent = sTrueContent
oTextField.Content = sTrueContent
End If
@@ -76,16 +73,13 @@ Dim i as Integer
End Sub
-&apos; Attention This Sub is also called from the correspondence stuff
-
-
Sub NewTopic
&apos; Add a new topic to the agenda
Dim oDocument, oBookmarks, oBookmark, oBookmarkCursor, oTextField as Object
Dim oBaustein, oAutoText, oAutoGroup as Object
Dim i as Integer
- oDocument = ThisComponent
+ oDocument = ThisComponent
oBookMarkCursor = CreateBookMarkCursor(oDocument, &quot;NextTopic&quot;)
oTextField = oBookMarkCursor.TextField
oAutoText = CreateUnoService(&quot;com.sun.star.text.AutoTextContainer&quot;)