Mark as const

Change-Id: I9277052ee9c6197cef7a46bd8f3ab9c5515c2502
This commit is contained in:
Takeshi Abe
2013-08-12 09:16:31 +09:00
parent cc569401a4
commit 12b1d1cda3
11 changed files with 12 additions and 12 deletions

View File

@@ -271,7 +271,7 @@ Sequence< OUString > OTextOutputStream::getSupportedServiceNames(void) throw()
using namespace io_TextOutputStream;
static struct ImplementationEntry g_entries[] =
static const struct ImplementationEntry g_entries[] =
{
{
TextOutputStream_CreateInstance, TextOutputStream_getImplementationName ,