diff options
Diffstat (limited to 'idlc')
-rw-r--r-- | idlc/inc/idlc/idlc.hxx | 2 |
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, |