From 892f4c2ad87063fc4f5b10516e23e3f0ac1b836b Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Wed, 20 Aug 2014 14:49:41 +0200 Subject: stario -> css::io Change-Id: I4e82694399e72ce17172ac3d3c3cd9f9bcd30ba5 --- svx/source/xml/xmleohlp.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svx') diff --git a/svx/source/xml/xmleohlp.cxx b/svx/source/xml/xmleohlp.cxx index 70e9a0c262bf..f09d9513a542 100644 --- a/svx/source/xml/xmleohlp.cxx +++ b/svx/source/xml/xmleohlp.cxx @@ -75,7 +75,7 @@ public: OutputStorageWrapper_Impl(); virtual ~OutputStorageWrapper_Impl(); -// stario::XOutputStream +// css::io::XOutputStream virtual void SAL_CALL writeBytes(const Sequence< sal_Int8 >& aData) throw(NotConnectedException, BufferSizeExceededException, RuntimeException, std::exception) SAL_OVERRIDE; virtual void SAL_CALL flush() throw(NotConnectedException, BufferSizeExceededException, RuntimeException, std::exception) SAL_OVERRIDE; virtual void SAL_CALL closeOutput() throw(NotConnectedException, BufferSizeExceededException, RuntimeException, std::exception) SAL_OVERRIDE; -- cgit