Kaydet (Commit) 8ccb2c0e authored tarafından Markus Mohrhard's avatar Markus Mohrhard

and in the chart tests

Change-Id: I1ed69bb1c09982e8d0964a700da9b22b66af82f8
üst 8536af34
......@@ -637,7 +637,7 @@ void Chart2ImportTest::testTransparentBackground(OUString const & filename)
Reference< beans::XPropertySet > xPropSet( xChart2Doc->getArea(), uno::UNO_QUERY);
CPPUNIT_ASSERT_MESSAGE("failed to get Area", xPropSet.is());
com::sun::star::drawing::FillStyle aStyle;
css::drawing::FillStyle aStyle;
xPropSet -> getPropertyValue("FillStyle") >>= aStyle;
CPPUNIT_ASSERT_MESSAGE("Background needs to be with solid fill style", aStyle == 1);
......
......@@ -64,8 +64,8 @@
#include <boost/shared_ptr.hpp>
#include <boost/make_shared.hpp>
using namespace com::sun::star;
using namespace com::sun::star::uno;
using namespace css;
using namespace css::uno;
class ChartTest : public test::BootstrapFixture, public unotest::MacrosTest
{
......@@ -152,7 +152,7 @@ void ChartTest::setUp()
{
test::BootstrapFixture::setUp();
mxDesktop.set( com::sun::star::frame::Desktop::create( comphelper::getComponentContext(getMultiServiceFactory()) ) );
mxDesktop.set( css::frame::Desktop::create( comphelper::getComponentContext(getMultiServiceFactory()) ) );
}
void ChartTest::tearDown()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment