summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorIngrid Halama <iha@openoffice.org>2010-09-30 19:15:34 +0200
committerIngrid Halama <iha@openoffice.org>2010-09-30 19:15:34 +0200
commit1ef9d6bf9b1a536ee474b609263c8d271fc796a5 (patch)
tree94182993a14abdf52018a95a0cda9ee8a29954e3 /chart2
parentb053e860bdbe77e98b39f4167b831db531e34369 (diff)
chart49: #i114736# fixed assertion during smoketest
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/tools/CommonConverters.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/chart2/source/tools/CommonConverters.cxx b/chart2/source/tools/CommonConverters.cxx
index e9d90248ce84..6b70ac4c1500 100644
--- a/chart2/source/tools/CommonConverters.cxx
+++ b/chart2/source/tools/CommonConverters.cxx
@@ -474,7 +474,6 @@ uno::Sequence< rtl::OUString > DataSequenceToStringSequence(
const uno::Reference< data::XDataSequence >& xDataSequence )
{
uno::Sequence< rtl::OUString > aResult;
- OSL_ASSERT( xDataSequence.is());
if(!xDataSequence.is())
return aResult;