diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2013-01-30 14:03:02 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2013-01-30 14:03:45 +0100 |
commit | 1475618fda02a0a2988ca5b9b7979b160399e168 (patch) | |
tree | 0aa01f196917b5c98c61b8df536c1318059b4691 /chart2/source/inc | |
parent | 97eb8a6e0eb830f37dcba64a51d725aab4c5ff53 (diff) |
remove useless macros
created by incorrect replacements in the previous commit
Change-Id: I15a56ecd201ce202fe933c7d24908923bedc6708
Diffstat (limited to 'chart2/source/inc')
-rw-r--r-- | chart2/source/inc/macros.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chart2/source/inc/macros.hxx b/chart2/source/inc/macros.hxx index 56e064332334..e260832bf6ee 100644 --- a/chart2/source/inc/macros.hxx +++ b/chart2/source/inc/macros.hxx @@ -21,9 +21,6 @@ #include <typeinfo> -/// creates a unicode-string from an ASCII string -#define constAsciiStr (::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( constAsciiStr ) )) - /** shows an error-box for an exception ex else-branch necessary to avoid warning */ |