From 7ef72aefc6f1bf522e0c3f9f2afda5ff7851e35e Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Thu, 15 Aug 2013 22:04:05 +0900 Subject: Mark as const Change-Id: Ic7ee570935b5d827dc01a483877ea5021da5abea --- registry/source/reflread.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'registry/source') diff --git a/registry/source/reflread.cxx b/registry/source/reflread.cxx index 64e1de75460e..8c88e05a7254 100644 --- a/registry/source/reflread.cxx +++ b/registry/source/reflread.cxx @@ -33,8 +33,8 @@ #include -static sal_Char NULL_STRING[1] = { 0 }; -static sal_Unicode NULL_WSTRING[1] = { 0 }; +static const sal_Char NULL_STRING[1] = { 0 }; +static const sal_Unicode NULL_WSTRING[1] = { 0 }; const sal_uInt32 magic = 0x12345678; const sal_uInt16 minorVersion = 0x0000; -- cgit