summaryrefslogtreecommitdiff
path: root/sw/qa/extras/rtfexport/rtfexport2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/qa/extras/rtfexport/rtfexport2.cxx')
-rw-r--r--sw/qa/extras/rtfexport/rtfexport2.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/qa/extras/rtfexport/rtfexport2.cxx b/sw/qa/extras/rtfexport/rtfexport2.cxx
index 932b0ae550b4..e696539c0b1b 100644
--- a/sw/qa/extras/rtfexport/rtfexport2.cxx
+++ b/sw/qa/extras/rtfexport/rtfexport2.cxx
@@ -442,8 +442,8 @@ DECLARE_RTFEXPORT_TEST(testFdo49659, "fdo49659.rtf")
CPPUNIT_ASSERT_EQUAL(sal_Int32(2), xIndexAccess->getCount());
// The graphic was also empty
- uno::Reference<beans::XPropertySet> xGraphic(
- getProperty<uno::Reference<beans::XPropertySet>>(getShape(1), "Graphic"), uno::UNO_QUERY);
+ uno::Reference<beans::XPropertySet> xGraphic
+ = getProperty<uno::Reference<beans::XPropertySet>>(getShape(1), "Graphic");
CPPUNIT_ASSERT_EQUAL(graphic::GraphicType::PIXEL,
getProperty<sal_Int8>(xGraphic, "GraphicType"));
}