summaryrefslogtreecommitdiff
path: root/filter/source/flash
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-08-20 14:49:41 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-08-21 09:03:17 +0200
commit892f4c2ad87063fc4f5b10516e23e3f0ac1b836b (patch)
tree2d56b7d30f6d73cd128ebdf57ebc04d909080c34 /filter/source/flash
parent9d17726dcd629f3d588327dbfb0e35fc70ec262c (diff)
stario -> css::io
Change-Id: I4e82694399e72ce17172ac3d3c3cd9f9bcd30ba5
Diffstat (limited to 'filter/source/flash')
-rw-r--r--filter/source/flash/swffilter.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/flash/swffilter.cxx b/filter/source/flash/swffilter.cxx
index bbbf0f18c6e6..50df6baceae7 100644
--- a/filter/source/flash/swffilter.cxx
+++ b/filter/source/flash/swffilter.cxx
@@ -77,7 +77,7 @@ public:
mrFile.open( osl_File_OpenFlag_Create|osl_File_OpenFlag_Write );
}
- // stario::XOutputStream
+ // css::io::XOutputStream
virtual void SAL_CALL writeBytes( const ::com::sun::star::uno::Sequence< sal_Int8 >& aData ) throw (::com::sun::star::io::NotConnectedException, ::com::sun::star::io::BufferSizeExceededException, ::com::sun::star::io::IOException, ::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
virtual void SAL_CALL flush( ) throw (::com::sun::star::io::NotConnectedException, ::com::sun::star::io::BufferSizeExceededException, ::com::sun::star::io::IOException, ::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
virtual void SAL_CALL closeOutput( ) throw (::com::sun::star::io::NotConnectedException, ::com::sun::star::io::BufferSizeExceededException, ::com::sun::star::io::IOException, ::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;