diff options
Diffstat (limited to 'cui/source/options/certpath.cxx')
-rw-r--r-- | cui/source/options/certpath.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/options/certpath.cxx b/cui/source/options/certpath.cxx index 202866e284f9..d41a7e77b8aa 100644 --- a/cui/source/options/certpath.cxx +++ b/cui/source/options/certpath.cxx @@ -57,11 +57,11 @@ CertPathDialog::CertPathDialog(vcl::Window* pParent) try { - mozilla::MozillaProductType productTypes[3] = { + mozilla::MozillaProductType const productTypes[3] = { mozilla::MozillaProductType_Thunderbird, mozilla::MozillaProductType_Firefox, mozilla::MozillaProductType_Mozilla }; - const char* productNames[3] = { + const char* const productNames[3] = { "thunderbird", "firefox", "mozilla" }; |