diff options
author | Pavel Janík <paveljanik@apache.org> | 2013-05-05 18:49:42 +0000 |
---|---|---|
committer | Pavel Janík <paveljanik@apache.org> | 2013-05-05 18:49:42 +0000 |
commit | ceba7a4b3c50eb62544bfa9626f88013a4b9917b (patch) | |
tree | 922373a470aa787b7f81935d8462eb18d92b3e7b /svx | |
parent | 365ff9c02db80644372043d85d8e1c7e2ffe94de (diff) |
Remove duplicated macro definition.
Notes
Notes:
prefer: 05094c04638f150b8aae16458e12f1b2632e5e7c
Diffstat (limited to 'svx')
-rwxr-xr-x | svx/source/sidebar/insert/InsertPropertyPanel.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/svx/source/sidebar/insert/InsertPropertyPanel.cxx b/svx/source/sidebar/insert/InsertPropertyPanel.cxx index d2baaa32f251..4f4c3bb8691f 100755 --- a/svx/source/sidebar/insert/InsertPropertyPanel.cxx +++ b/svx/source/sidebar/insert/InsertPropertyPanel.cxx @@ -46,8 +46,6 @@ using namespace css; using namespace cssu; using ::rtl::OUString; -#define A2S(pString) (::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(pString))) - namespace svx { namespace sidebar { |