diff options
Diffstat (limited to 'registry/source/reflwrit.cxx')
-rw-r--r-- | registry/source/reflwrit.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/registry/source/reflwrit.cxx b/registry/source/reflwrit.cxx index 25937eea8f8d..0d2f7160d472 100644 --- a/registry/source/reflwrit.cxx +++ b/registry/source/reflwrit.cxx @@ -177,7 +177,7 @@ struct CPInfo { union { - const sal_Char* aUtf8; + const char* aUtf8; RTUik* aUik; RTConstValueUnion aConst; } m_value; |