diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-01-23 10:01:45 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-01-23 10:01:45 +0000 |
commit | 505832fa6788b9700862011cad6f6d5dfc1ed926 (patch) | |
tree | 3eb0ffe433c142eddd84b8b4aa6f2ec06e9aea14 /package/source/xstor/owriteablestream.hxx | |
parent | ced3a99b41251421aa8a86a2a10382862ab49525 (diff) |
#i10000# no return value for :GetCopyOfLastCommit( uno::Reference< io::XStream >& xTargetStream, const ::rtl::OUString& aPass ) method
Diffstat (limited to 'package/source/xstor/owriteablestream.hxx')
-rw-r--r-- | package/source/xstor/owriteablestream.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/source/xstor/owriteablestream.hxx b/package/source/xstor/owriteablestream.hxx index 88ef720f3..210754d9e 100644 --- a/package/source/xstor/owriteablestream.hxx +++ b/package/source/xstor/owriteablestream.hxx @@ -4,9 +4,9 @@ * * $RCSfile: owriteablestream.hxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: obo $ $Date: 2006-01-20 10:00:52 $ + * last change: $Author: obo $ $Date: 2006-01-23 11:01:45 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -246,8 +246,8 @@ public: ::com::sun::star::uno::Reference< ::com::sun::star::io::XStream >& xTargetStream ); void GetCopyOfLastCommit( ::com::sun::star::uno::Reference< ::com::sun::star::io::XStream >& xTargetStream ); - ::com::sun::star::uno::Reference< ::com::sun::star::io::XStream > GetCopyOfLastCommit( - ::com::sun::star::uno::Reference< ::com::sun::star::io::XStream >& xTargetStream, + void GetCopyOfLastCommit( + ::com::sun::star::uno::Reference< ::com::sun::star::io::XStream >& xTargetStream, const ::rtl::OUString& aPass ); }; |