[Libreoffice-commits] .: sc/qa

Caolán McNamara caolan at kemper.freedesktop.org
Tue Nov 2 03:36:25 PDT 2010


 sc/qa/unit/ucalc.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e50b15b3cd21d8ffccf3443075274ff13d66fff6
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Nov 2 10:36:13 2010 +0000

    missing bracket

diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx
index 4fbdbdd..366eff5 100644
--- a/sc/qa/unit/ucalc.cxx
+++ b/sc/qa/unit/ucalc.cxx
@@ -80,7 +80,7 @@ void Test::createDocument()
 {
     ScDocument *doc = new ScDocument();
     
-    rtl::OUString aTabName(RTL_CONSTASCII_USTRINGPARAM( ("foo") );
+    rtl::OUString aTabName(RTL_CONSTASCII_USTRINGPARAM("foo"));
     CPPUNIT_ASSERT_MESSAGE ("failed to insert sheet",
                             doc->InsertTab (0, aTabName));
     double val = 1;


More information about the Libreoffice-commits mailing list