[Libreoffice-commits] .: sc/source
David Tardon
dtardon at kemper.freedesktop.org
Wed Jan 4 22:47:39 PST 2012
sc/source/ui/unoobj/chart2uno.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 17d2ecb0721fcc8a6bf9380a49e71266e6857606
Author: David Tardon <dtardon at redhat.com>
Date: Thu Jan 5 07:38:45 2012 +0100
WaE: invalid conversion from 'const ScToken*' to 'ScToken*'
diff --git a/sc/source/ui/unoobj/chart2uno.cxx b/sc/source/ui/unoobj/chart2uno.cxx
index 86f5bcf..ca91007 100644
--- a/sc/source/ui/unoobj/chart2uno.cxx
+++ b/sc/source/ui/unoobj/chart2uno.cxx
@@ -2207,7 +2207,7 @@ ScChart2DataProvider::createDataSequenceByFormulaTokens(
case svExternalSingleRef:
case svExternalDoubleRef:
{
- ScTokenRef pNew(static_cast<const ScToken*>(p->Clone()));
+ ScTokenRef pNew(static_cast<ScToken*>(p->Clone()));
aRefTokens.push_back(pNew);
}
break;
More information about the Libreoffice-commits
mailing list