diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-09-05 21:30:31 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-09-05 21:30:48 +0300 |
commit | 43e7617ffca7fafd73806f85ffdc693f7df33cb2 (patch) | |
tree | d4687b718bfe4e6860de1a8cd3828aa7e24c65f6 | |
parent | 651f5f223b2a08e18466439392da0c92fb5785d5 (diff) |
WaE: C4005: 'A2S' : macro redefinition
Change-Id: Ieb670eb832f22e62bcfdbb8ffb8f96e8aad55cf2
-rw-r--r-- | svx/source/sidebar/PanelFactory.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/svx/source/sidebar/PanelFactory.cxx b/svx/source/sidebar/PanelFactory.cxx index 4ac410df6e8d..b98ac3c35dd0 100644 --- a/svx/source/sidebar/PanelFactory.cxx +++ b/svx/source/sidebar/PanelFactory.cxx @@ -48,7 +48,6 @@ using ::rtl::OUString; namespace svx { namespace sidebar { -#define A2S(s) ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(s)) #define IMPLEMENTATION_NAME "org.apache.openoffice.comp.svx.sidebar.PanelFactory" #define SERVICE_NAME "com.sun.star.ui.UIElementFactory" |