summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-08-20 14:53:10 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-08-21 09:03:17 +0200
commit8fd3b0945607816fc7a73cec4eeb5c045bc2a450 (patch)
tree73ee4c10293b457a5a07c95c2c2c968a7d176661 /filter
parent892f4c2ad87063fc4f5b10516e23e3f0ac1b836b (diff)
staruno -> css::uno
Change-Id: I29a8aa8168f604f1e71323b5a19c3f67c67e2c1a
Diffstat (limited to 'filter')
-rw-r--r--filter/source/xmlfilteradaptor/streamwrap.hxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/filter/source/xmlfilteradaptor/streamwrap.hxx b/filter/source/xmlfilteradaptor/streamwrap.hxx
index 7da2eaf38a93..0b578de78d26 100644
--- a/filter/source/xmlfilteradaptor/streamwrap.hxx
+++ b/filter/source/xmlfilteradaptor/streamwrap.hxx
@@ -32,8 +32,6 @@ namespace osl
namespace foo
{
- namespace staruno = ::com::sun::star::uno;
-
//= OOutputStreamWrapper
@@ -47,9 +45,9 @@ public:
OOutputStreamWrapper(::osl::File& _rStream) :rStream(_rStream) { }
// css::io::XOutputStream
- virtual void SAL_CALL writeBytes(const staruno::Sequence< sal_Int8 >& aData) throw(css::io::NotConnectedException, css::io::BufferSizeExceededException, staruno::RuntimeException, std::exception) SAL_OVERRIDE;
- virtual void SAL_CALL flush() throw(css::io::NotConnectedException, css::io::BufferSizeExceededException, staruno::RuntimeException, std::exception) SAL_OVERRIDE;
- virtual void SAL_CALL closeOutput() throw(css::io::NotConnectedException, css::io::BufferSizeExceededException, staruno::RuntimeException, std::exception) SAL_OVERRIDE;
+ virtual void SAL_CALL writeBytes(const css::uno::Sequence< sal_Int8 >& aData) throw(css::io::NotConnectedException, css::io::BufferSizeExceededException, css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
+ virtual void SAL_CALL flush() throw(css::io::NotConnectedException, css::io::BufferSizeExceededException, css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
+ virtual void SAL_CALL closeOutput() throw(css::io::NotConnectedException, css::io::BufferSizeExceededException, css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
};
} // namespace utl