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

          Priority: medium
            Bug ID: 68921
          Assignee: libreoffice-bugs@lists.freedesktop.org
           Summary: RTL: passwd.hxx conversion from String to OUString
          Severity: normal
    Classification: Unclassified
                OS: Linux (All)
          Reporter: bric...@gmail.com
          Hardware: Other
        Whiteboard: BSA
            Status: UNCONFIRMED
           Version: 4.1.0.4 release
         Component: UI
           Product: LibreOffice

Created attachment 85177
  --> https://bugs.freedesktop.org/attachment.cgi?id=85177&action=edit
Patch fixing libreoffice-4.1 a8af548 revision OUString errors

Problem description: Build broken on linux x86_64 gcc-4.8

Compilation of git clone of branch libreoffice-4.1 fails.

in core/include/sfx2/passwd.hxx the prototype for
SfxPasswordDialog::SfxPasswordDialog(Window*, const String*)
has been changed to
SfxPasswordDialog::SfxPasswordDialog(Window*, const rtl::OUString*)

However, several cpp files have not been updated to work with this.

Attached patch makes libreoffice-4.1 tree (revision: a8af548)
build for me (with gcc-4.8.1 20130521 prerelease)


Operating System: Linux (Other)
Version: 4.1.0.4 release

-- 
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