diff options
Diffstat (limited to 'chart2/source/inc/macros.hxx')
-rw-r--r-- | chart2/source/inc/macros.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/inc/macros.hxx b/chart2/source/inc/macros.hxx index 77bd04e82ebd..56e064332334 100644 --- a/chart2/source/inc/macros.hxx +++ b/chart2/source/inc/macros.hxx @@ -22,7 +22,7 @@ #include <typeinfo> /// creates a unicode-string from an ASCII string -#define C2U(constAsciiStr) (::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( constAsciiStr ) )) +#define constAsciiStr (::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( constAsciiStr ) )) /** shows an error-box for an exception ex else-branch necessary to avoid warning |