[Libreoffice-commits] .: binfilter/bf_svx
Caolán McNamara
caolan at kemper.freedesktop.org
Mon Mar 28 07:24:47 PDT 2011
binfilter/bf_svx/source/xml/svx_xmleohlp.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 0d8d36f75fbdf5bb08fe5e4cf6e27ee33ef30782
Author: Caolán McNamara <caolanm at redhat.com>
Date: Mon Mar 28 13:20:48 2011 +0100
WaE: pPersist is now unused
diff --git a/binfilter/bf_svx/source/xml/svx_xmleohlp.cxx b/binfilter/bf_svx/source/xml/svx_xmleohlp.cxx
index 6f4bce5..c5a4c56 100644
--- a/binfilter/bf_svx/source/xml/svx_xmleohlp.cxx
+++ b/binfilter/bf_svx/source/xml/svx_xmleohlp.cxx
@@ -68,7 +68,7 @@ class InputStorageWrapper_Impl : public ::cppu::WeakImplHelper1<stario::XInputSt
TempFile aTempFile;
public:
- InputStorageWrapper_Impl( SvPersist *pPersist );
+ InputStorageWrapper_Impl( SvPersist * );
virtual ~InputStorageWrapper_Impl();
virtual sal_Int32 SAL_CALL readBytes(staruno::Sequence< sal_Int8 >& aData, sal_Int32 nBytesToRead) throw(stario::NotConnectedException, stario::BufferSizeExceededException, staruno::RuntimeException);
@@ -80,7 +80,7 @@ public:
/*N*/ InputStorageWrapper_Impl::InputStorageWrapper_Impl(
-/*N*/ SvPersist *pPersist )
+/*N*/ SvPersist * )
/*N*/ {
/*N*/ SvStream *pStream = 0;
/*N*/ aTempFile.EnableKillingFile();
More information about the Libreoffice-commits
mailing list