diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-08-20 14:49:41 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-08-21 09:03:17 +0200 |
commit | 892f4c2ad87063fc4f5b10516e23e3f0ac1b836b (patch) | |
tree | 2d56b7d30f6d73cd128ebdf57ebc04d909080c34 /svx | |
parent | 9d17726dcd629f3d588327dbfb0e35fc70ec262c (diff) |
stario -> css::io
Change-Id: I4e82694399e72ce17172ac3d3c3cd9f9bcd30ba5
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/xml/xmleohlp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; |