New version
This commit is contained in:
parent
90352a2110
commit
99d3a237d8
4 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.dtd">
|
||||
<script:module xmlns:script="http://openoffice.org/2000/script" script:name="Clean" script:language="StarBasic">Sub mark66
|
||||
<script:module xmlns:script="http://openoffice.org/2000/script" script:name="Clean" script:language="StarBasic">Sub mark67
|
||||
|
||||
End Sub
|
||||
|
||||
|
@ -1808,7 +1808,7 @@ Sub addTimeStampToProperties
|
|||
curTime = Now()
|
||||
docProps = ThisComponent.getDocumentProperties()
|
||||
userProps = docProps.UserDefinedProperties()
|
||||
userProps.addProperty(curTime ,128,"Cleaned by " & getUserName() & " with " & redactionExtensionVersion & " LO" & getFullVersion() )
|
||||
userProps.addProperty(curTime ,128,"Cleaned by" & getUserName() & " with " & redactionExtensionVersion & " LO " & getFullVersion() )
|
||||
exceptionHandlerProps:
|
||||
Resume Next
|
||||
End Sub
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue