summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-11-12 09:33:27 +0200
committerNoel Grandin <noel@peralex.com>2013-11-13 09:08:08 +0200
commit9c5a91efdb41cd340936846169da130d855a335a (patch)
treeb7a10f7682a9e85c3ff8bdf56549166439b3a429 /include
parent74816814a2c03ab5305e47c6d1f6e04f6918d946 (diff)
expand out the A2S macro
Which is not doing anything useful anymore. Change-Id: I83422e811d52a77b65655924c07b55dd7229449c
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/sidebar/Tools.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sfx2/sidebar/Tools.hxx b/include/sfx2/sidebar/Tools.hxx
index 7b984c08fbf5..9ba363d68a43 100644
--- a/include/sfx2/sidebar/Tools.hxx
+++ b/include/sfx2/sidebar/Tools.hxx
@@ -31,7 +31,6 @@
#include <com/sun/star/util/URL.hpp>
-#define A2S(s) (::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(s)))
#define S2A(s) rtl::OUStringToOString(s, RTL_TEXTENCODING_ASCII_US).getStr()
namespace cssu = ::com::sun::star::uno;