diff options
author | Daniel Rentz [dr] <daniel.rentz@oracle.com> | 2010-11-08 16:21:47 +0100 |
---|---|---|
committer | Daniel Rentz [dr] <daniel.rentz@oracle.com> | 2010-11-08 16:21:47 +0100 |
commit | bf9cd246dc431e20181cfec8107e3b7c59866281 (patch) | |
tree | 493a65c5392452153a6aed02e0495caa8e33a9a6 /oox/source/token | |
parent | 6cafb68322fa85a54a6fa1ca47239af459f519ce (diff) |
dr77: unx compiler warnings
Diffstat (limited to 'oox/source/token')
-rwxr-xr-x | oox/source/token/namespacemap.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/token/namespacemap.cxx b/oox/source/token/namespacemap.cxx index 6d5e437f5b31..0f4373d2dc59 100755 --- a/oox/source/token/namespacemap.cxx +++ b/oox/source/token/namespacemap.cxx @@ -33,7 +33,7 @@ namespace oox { NamespaceMap::NamespaceMap() { - static const struct NamespaceUrl { sal_Int32 mnId; sal_Char* mpcUrl; } spNamespaceUrls[] = + static const struct NamespaceUrl { sal_Int32 mnId; const sal_Char* mpcUrl; } spNamespaceUrls[] = { // include auto-generated C array with namespace URLs as C strings #include "namespacenames.inc" |