diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-03-25 06:44:31 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-03-25 16:14:02 +0100 |
commit | aa463487778e3c04537d6a18f1e29041da4df122 (patch) | |
tree | e831f692578427331f22a790fa647d05e1e9023c /chart2/source/inc | |
parent | deae37714cb25c89604ca23138809f08f5ab496c (diff) |
remove C2U in chart2
Change-Id: Id7ebf66319f0891d276a3da95a95658aed59cbc7
Diffstat (limited to 'chart2/source/inc')
-rw-r--r-- | chart2/source/inc/macros.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chart2/source/inc/macros.hxx b/chart2/source/inc/macros.hxx index e7554c755fec..1e5bc9ec509a 100644 --- a/chart2/source/inc/macros.hxx +++ b/chart2/source/inc/macros.hxx @@ -36,8 +36,6 @@ #define ASSERT_EXCEPTION(ex) (void)(ex) #endif -#define U2C(ouString) (OUStringToOString(ouString,RTL_TEXTENCODING_ASCII_US).getStr()) - // CHART_MACROS_HXX #endif |