Commit cab7e33c4ff6067486b745ebfc0b37ed1d6d18b7 broke parentheses. Fixing Signed-off-by: Sebastian Spaeth <sebast...@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 _______________________________________________ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice