Kaydet (Commit) 6846c1c8 authored tarafından Lionel Elie Mamane's avatar Lionel Elie Mamane

add const qualifier

Change-Id: I88d61668b465e505cfa245dd17893828aaaecaa8
üst ddc7bb62
...@@ -1803,7 +1803,7 @@ void SfxLibraryContainer::storeLibraries_Impl( const uno::Reference< embed::XSto ...@@ -1803,7 +1803,7 @@ void SfxLibraryContainer::storeLibraries_Impl( const uno::Reference< embed::XSto
bool bComplete ) bool bComplete )
{ {
const Sequence< OUString > aNames = maNameContainer.getElementNames(); const Sequence< OUString > aNames = maNameContainer.getElementNames();
sal_Int32 nNameCount = aNames.getLength(); const sal_Int32 nNameCount = aNames.getLength();
const OUString* pName = aNames.getConstArray(); const OUString* pName = aNames.getConstArray();
const OUString* pNamesEnd = aNames.getConstArray() + nNameCount; const OUString* pNamesEnd = aNames.getConstArray() + nNameCount;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment