Commit cab7e33c4ff6067486b745ebfc0b37ed1d6d18b7 broke parentheses. Fixing
Signed-off-by: Sebastian Spaeth <Sebastian@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
Context
- [Libreoffice] [PATCH] sc: fix parenthesis mixup · Sebastian Spaeth
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.