summaryrefslogtreecommitdiff
path: root/include/oox/helper/binarystreambase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/helper/binarystreambase.hxx')
-rw-r--r--include/oox/helper/binarystreambase.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/oox/helper/binarystreambase.hxx b/include/oox/helper/binarystreambase.hxx
index 38a9d67e3c9c..8492049283ce 100644
--- a/include/oox/helper/binarystreambase.hxx
+++ b/include/oox/helper/binarystreambase.hxx
@@ -31,7 +31,7 @@ namespace com { namespace sun { namespace star {
namespace oox {
-typedef ::com::sun::star::uno::Sequence< sal_Int8 > StreamDataSequence;
+typedef css::uno::Sequence< sal_Int8 > StreamDataSequence;
@@ -138,10 +138,10 @@ public:
protected:
explicit BinaryXSeekableStream(
- const ::com::sun::star::uno::Reference< ::com::sun::star::io::XSeekable >& rxSeekable );
+ const css::uno::Reference< css::io::XSeekable >& rxSeekable );
private:
- ::com::sun::star::uno::Reference< ::com::sun::star::io::XSeekable >
+ css::uno::Reference< css::io::XSeekable >
mxSeekable; ///< Stream seeking interface.
};