[Libreoffice-commits] core.git: sc/source
Stephan Bergmann
sbergman at redhat.com
Mon Dec 2 09:02:34 PST 2013
sc/source/ui/Accessibility/AccessibleCell.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit f89914011c2a5ebc18abc235fbeb6c11d476d749
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Mon Dec 2 18:02:03 2013 +0100
fix previous fix
Change-Id: I0ceaf6367163bbe8aa0f0774961f2e2398471aef
diff --git a/sc/source/ui/Accessibility/AccessibleCell.cxx b/sc/source/ui/Accessibility/AccessibleCell.cxx
index c060a60..efd178b 100644
--- a/sc/source/ui/Accessibility/AccessibleCell.cxx
+++ b/sc/source/ui/Accessibility/AccessibleCell.cxx
@@ -505,7 +505,6 @@ uno::Any SAL_CALL ScAccessibleCell::getExtendedAttributes()
strFor = strFor.replaceAt(0,1,"");
strFor = ReplaceFourChar(strFor);
strFor = "Formula:" + strFor;
- strFor += strSplit;
strFor += ";Note:";
strFor += ReplaceFourChar(GetAllDisplayNote());
strFor += ";";
More information about the Libreoffice-commits
mailing list