diff options
author | Noel Grandin <noel@peralex.com> | 2015-10-23 14:35:25 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-10-23 14:37:31 +0200 |
commit | c733be973e1483fb40f48bacc9182ccf0977ede3 (patch) | |
tree | 49d01eb8557c64ec1b04929d8f7c3fc71246bff8 /oox/source/ole/axbinarywriter.cxx | |
parent | 0c8634317979af80a32be729ed169229e8ecff99 (diff) |
com::sun::star->css in lotuswordpro,mysqlc,oox
Change-Id: Id99ff87c4eb3f1b36702261ce63d5d2793ea35d7
Diffstat (limited to 'oox/source/ole/axbinarywriter.cxx')
-rw-r--r-- | oox/source/ole/axbinarywriter.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/ole/axbinarywriter.cxx b/oox/source/ole/axbinarywriter.cxx index 71c01d6dcc8b..03d9e8684948 100644 --- a/oox/source/ole/axbinarywriter.cxx +++ b/oox/source/ole/axbinarywriter.cxx @@ -70,7 +70,7 @@ void AxAlignedOutputStream::writeMemory( const void* opMem, sal_Int32 nBytes, si void AxAlignedOutputStream::pad( sal_Int32 nBytes, size_t nAtomSize ) { //PRESUMABLY we need to pad with 0's here as appropriate - com::sun::star::uno::Sequence< sal_Int8 > aData( nBytes ); + css::uno::Sequence< sal_Int8 > aData( nBytes ); // ok we could be padding with rubbish here, but really that shouldn't matter // set to 0(s), easier to not get fooled by 0's when looking at // binary content...... |