[Libreoffice-bugs] [Bug 32225] New: DocumentProperty PrintDate not working

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Dec 8 11:53:13 CET 2010


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

           Summary: DocumentProperty PrintDate not working
           Product: LibreOffice
           Version: LibO 3.3.0 RC1
          Platform: x86 (IA32)
        OS/Version: Windows (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Writer
        AssignedTo: libreoffice-bugs at lists.freedesktop.org
        ReportedBy: blumenschein at dokom.net


I need the DocumentProperty PrintDate, which I transfer to document management
software. Within OpenOffice.org I used following Basic code:

dim oPrintDate As Object
if
hasUnoInterfaces(oOfficeDatei,"com.sun.star.document.XDocumentPropertiesSupplier")
then
   oPrintDate = oOfficeDatei.DocumentProperties.PrintDate
else
   oPrintDate = oOfficeDatei.getDocumentInfo().PrintDate ' DEPRACTED
endif

Now neither this macro is working nor is the PrintDate visible in the
LibreOffice dialog (Datei-Eigenschaften / File-Properties).

At least this happens with Text-Dokuments in the german localisation.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Libreoffice-bugs mailing list