summaryrefslogtreecommitdiff
path: root/chart2/inc
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2017-02-08 13:04:02 +0200
committerTor Lillqvist <tml@collabora.com>2017-02-08 13:35:19 +0200
commit4df2bc90cc7bef84a826b8d261c08e71c3e1887d (patch)
tree12f22011fc7d2df47cd0a43d40e7ccf9406d477c /chart2/inc
parent21864fed063c1888323e14977fc73061d4905b80 (diff)
A newline is not that special or hard to remember
Change-Id: I2960a59283a5a04c5c804a57e43bdb633c0e45cf
Diffstat (limited to 'chart2/inc')
-rw-r--r--chart2/inc/SpecialUnicodes.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/chart2/inc/SpecialUnicodes.hxx b/chart2/inc/SpecialUnicodes.hxx
index 22ddc35b5e39..bbd1df6d51ec 100644
--- a/chart2/inc/SpecialUnicodes.hxx
+++ b/chart2/inc/SpecialUnicodes.hxx
@@ -11,7 +11,6 @@
#define INCLUDED_CHART2_INC_SPECIALUNICODES_HXX
const sal_Unicode aMinusSign = 0x2212;
-const OUString aNewLine ("\n");
const OUString aHashString ("###");
const sal_Unicode aSuperscriptFigures[10]={ 0x2070, 0x00B9, 0x00B2, 0x00B3, 0x2074, 0x2075, 0x2076, 0x2077, 0x2078, 0x2079 };