summaryrefslogtreecommitdiff
path: root/sax/test
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-26 08:52:21 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-10-28 06:31:38 +0000
commit10e4396dc7c96061750208c32f29c372737f63d2 (patch)
treeb907d092b111ebd78e8cf9f679d8ce83aa667382 /sax/test
parentd95a27f944c8a28d0368f248028ddf395fe1c57e (diff)
com::sun::star->css in sal,sax
Change-Id: I24e202b1f8071fe918e4e164b5fa1c08a561cb24 Reviewed-on: https://gerrit.libreoffice.org/19626 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sax/test')
-rw-r--r--sax/test/saxdemo.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sax/test/saxdemo.cxx b/sax/test/saxdemo.cxx
index 95d83f0c0354..51012fe61020 100644
--- a/sax/test/saxdemo.cxx
+++ b/sax/test/saxdemo.cxx
@@ -76,7 +76,7 @@ public:
return nBytesToRead;
}
virtual sal_Int32 SAL_CALL readSomeBytes(
- ::com::sun::star::uno::Sequence< sal_Int8 >& aData,
+ css::uno::Sequence< sal_Int8 >& aData,
sal_Int32 nMaxBytesToRead )
throw(NotConnectedException, BufferSizeExceededException, IOException, RuntimeException)
{