[Libreoffice] [PATCH] sc: fix parenthesis mixup

Sebastian Spaeth Sebastian at SSpaeth.de
Tue Nov 2 07:10:49 PDT 2010


Commit cab7e33c4ff6067486b745ebfc0b37ed1d6d18b7 broke parentheses. Fixing

Signed-off-by: Sebastian Spaeth <Sebastian at SSpaeth.de>
---
 sc/qa/unit/ucalc.cxx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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;
-- 
1.7.1



More information about the LibreOffice mailing list