You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by pa...@apache.org on 2013/05/05 20:49:42 UTC

svn commit: r1479356 - /openoffice/trunk/main/svx/source/sidebar/insert/InsertPropertyPanel.cxx

Author: paveljanik
Date: Sun May  5 18:49:42 2013
New Revision: 1479356

URL: http://svn.apache.org/r1479356
Log:
Remove duplicated macro definition.

Modified:
    openoffice/trunk/main/svx/source/sidebar/insert/InsertPropertyPanel.cxx

Modified: openoffice/trunk/main/svx/source/sidebar/insert/InsertPropertyPanel.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/svx/source/sidebar/insert/InsertPropertyPanel.cxx?rev=1479356&r1=1479355&r2=1479356&view=diff
==============================================================================
--- openoffice/trunk/main/svx/source/sidebar/insert/InsertPropertyPanel.cxx (original)
+++ openoffice/trunk/main/svx/source/sidebar/insert/InsertPropertyPanel.cxx Sun May  5 18:49:42 2013
@@ -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 {