summaryrefslogtreecommitdiffstats
path: root/svx/inc/tabwin.hrc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-11-17 15:46:38 +0100
committerStephan Bergmann <sbergman@redhat.com>2018-11-17 17:17:26 +0100
commitc89a4996b82881988eb9cc1eeaf24e0d8f9e6dce (patch)
tree4583d522e843ee4e52e107cbaeace2aed09019b3 /svx/inc/tabwin.hrc
parentdrop unused SvTreeListBoxFlags::IS_EXPANDING (diff)
downloadcore-c89a4996b82881988eb9cc1eeaf24e0d8f9e6dce.tar.gz
core-c89a4996b82881988eb9cc1eeaf24e0d8f9e6dce.zip
Adapt to C++2a char_t
u8 literals incompatibly change their type (as implemented by recent Clang trunk) Change-Id: Ia4f7b91f5d86656a056303d2754981ab2093a739 Reviewed-on: https://gerrit.libreoffice.org/63494 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'svx/inc/tabwin.hrc')
-rw-r--r--svx/inc/tabwin.hrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/inc/tabwin.hrc b/svx/inc/tabwin.hrc
index ac0a1221efda..8ab1888038da 100644
--- a/svx/inc/tabwin.hrc
+++ b/svx/inc/tabwin.hrc
@@ -20,7 +20,7 @@
#ifndef INCLUDED_SVX_INC_TABWIN_HRC
#define INCLUDED_SVX_INC_TABWIN_HRC
-#define NC_(Context, String) (Context "\004" u8##String)
+#define NC_(Context, String) reinterpret_cast<char const *>(Context "\004" u8##String)
const char* RID_RSC_TABWIN_PREFIX[] =
{