summaryrefslogtreecommitdiff
path: root/idlc
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-01-14 21:57:13 +0100
committerMichael Stahl <mstahl@redhat.com>2012-01-14 21:57:13 +0100
commit6ad9a953b9bcb29946d6d7dcb1dffc1739250184 (patch)
tree46e2608998fee9c2cbbd5c01d01250913e445078 /idlc
parente48b14ed3b24fa1d9f0aeb0670b79e529638a6b1 (diff)
idlc: breaks on mac tinderbox
Diffstat (limited to 'idlc')
-rw-r--r--idlc/inc/idlc/idlc.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/inc/idlc/idlc.hxx b/idlc/inc/idlc/idlc.hxx
index 0bd4c2fd060a..93ce0528eb0e 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,