[Libreoffice-commits] .: dbaccess/source

Thomas Arnhold tarnhold at kemper.freedesktop.org
Fri Jan 21 12:10:23 PST 2011


 dbaccess/source/core/dataaccess/databasedocument.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 44bab75b30f8329677b0cb9464af3b07971f2e26
Author: Thomas Arnhold <thomas at arnhold.org>
Date:   Fri Jan 21 18:59:02 2011 +0100

    Remove doubled define of MAP_LEN(x).

diff --git a/dbaccess/source/core/dataaccess/databasedocument.cxx b/dbaccess/source/core/dataaccess/databasedocument.cxx
index 669f52d..7a7e6c7 100644
--- a/dbaccess/source/core/dataaccess/databasedocument.cxx
+++ b/dbaccess/source/core/dataaccess/databasedocument.cxx
@@ -96,8 +96,6 @@
 
 #define MAP_LEN(x) x, sizeof(x) - 1
 
-#define MAP_LEN(x) x, sizeof(x) - 1
-
 using namespace ::com::sun::star::uno;
 using namespace ::com::sun::star::beans;
 using namespace ::com::sun::star::frame;


More information about the Libreoffice-commits mailing list