summaryrefslogtreecommitdiff
path: root/embeddedobj/source/msole/ownview.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'embeddedobj/source/msole/ownview.cxx')
-rw-r--r--embeddedobj/source/msole/ownview.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/embeddedobj/source/msole/ownview.cxx b/embeddedobj/source/msole/ownview.cxx
index 0ba477264e20..2add5c4f3201 100644
--- a/embeddedobj/source/msole/ownview.cxx
+++ b/embeddedobj/source/msole/ownview.cxx
@@ -412,9 +412,9 @@ void OwnView_Impl::CreateNative()
if ( xNameAccess->hasByName( aSubStreamName ) )
{
- sal_uInt8 aClassID[] =
+ sal_uInt8 const aClassID[] =
{ 0x00, 0x03, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x00, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46 };
- uno::Sequence< sal_Int8 > aPackageClassID( reinterpret_cast<sal_Int8*>(aClassID), 16 );
+ uno::Sequence< sal_Int8 > aPackageClassID( reinterpret_cast<sal_Int8 const *>(aClassID), 16 );
uno::Reference< io::XStream > xSubStream;
xNameAccess->getByName( aSubStreamName ) >>= xSubStream;
re/commit/writerperfect/inc?h=cp-6.4-33&id=e51a5546ff3940866ff7cfeb4874accf69165501'>try to retrieve the .fm3 file when reading a .wp3 fileosnola 2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann 2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann 2016-09-09astyleDavid Tardon 2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann 2016-04-28teach stylepolice plugin about ref-counted-pointer namingNoel Grandin 2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann 2016-02-15make charset sel. dlg translatableDavid Tardon 2016-02-08loplugin:unusedmethodsNoel Grandin 2015-12-21loplugin:unusedfields writerfilter,writerperfectNoel Grandin 2015-11-25com::sun::star->css in writerperfect/Noel Grandin 2015-11-17use unique_ptr for pImpl in writerperfect/Noel Grandin 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-10-06loplugin:unusedmethodsNoel Grandin 2015-10-06astyleDavid Tardon 2015-09-17convert Link<> to typedNoel Grandin 2015-09-15Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe 2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin