summaryrefslogtreecommitdiff
path: root/chart2/inc/SpecialUnicodes.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/inc/SpecialUnicodes.hxx')
-rw-r--r--chart2/inc/SpecialUnicodes.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/chart2/inc/SpecialUnicodes.hxx b/chart2/inc/SpecialUnicodes.hxx
index 6b3398daf840..db6e3b65fdb5 100644
--- a/chart2/inc/SpecialUnicodes.hxx
+++ b/chart2/inc/SpecialUnicodes.hxx
@@ -11,6 +11,8 @@
#define INCLUDED_CHART2_INC_SPECIALUNICODES_HXX
const OUString aMinusSign ( sal_Unicode (0x2212) );
+const OUString aNewLine ("\n");
+const OUString aHashString ("###");
const sal_Unicode aSuperscriptFigures[10]={ 0x2070, 0x00B9, 0x00B2, 0x00B3, 0x2074, 0x2075, 0x2076, 0x2077, 0x2078, 0x2079 };
#endif