[Libreoffice-commits] .: reportdesign/source

Caolán McNamara caolan at kemper.freedesktop.org
Sun Nov 28 13:49:48 PST 2010


 reportdesign/source/ui/inspection/GeometryHandler.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8f066c09264941e91e008d98d6738c9eb24e13fd
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sun Nov 28 21:49:42 2010 +0000

    stray slash

diff --git a/reportdesign/source/ui/inspection/GeometryHandler.cxx b/reportdesign/source/ui/inspection/GeometryHandler.cxx
index 1d76432..cc35838 100644
--- a/reportdesign/source/ui/inspection/GeometryHandler.cxx
+++ b/reportdesign/source/ui/inspection/GeometryHandler.cxx
@@ -137,7 +137,7 @@ struct PropertyCompare : public ::std::binary_function< beans::Property, ::rtl::
     }
     bool operator() (const ::rtl::OUString& x,const beans::Property& y) const
     {
-        return x.equals(y.Name);/
+        return x.equals(y.Name);
     }
 };
 


More information about the Libreoffice-commits mailing list