[Libreoffice-commits] .: idlc/inc

Michael Stahl mst at kemper.freedesktop.org
Sat Jan 14 12:58:28 PST 2012


 idlc/inc/idlc/idlc.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6ad9a953b9bcb29946d6d7dcb1dffc1739250184
Author: Michael Stahl <mstahl at redhat.com>
Date:   Sat Jan 14 21:57:13 2012 +0100

    idlc: breaks on mac tinderbox

diff --git a/idlc/inc/idlc/idlc.hxx b/idlc/inc/idlc/idlc.hxx
index 0bd4c2f..93ce052 100644
--- a/idlc/inc/idlc/idlc.hxx
+++ b/idlc/inc/idlc/idlc.hxx
@@ -153,7 +153,7 @@ private:
 };
 
 
-typedef ::std::pair< ::rtl::OString const&, ::rtl::OString const& > sPair_t;
+typedef ::std::pair< ::rtl::OString, ::rtl::OString > sPair_t;
 sal_Int32 compileFile(const ::rtl::OString * pathname);
     // a null pathname means stdin
 sal_Int32 produceFile(const ::rtl::OString& filenameBase,


More information about the Libreoffice-commits mailing list