summaryrefslogtreecommitdiffstats
path: root/configmgr/qa
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-30 07:59:06 +0200
committerNoel Grandin <noel@peralex.com>2015-10-30 11:08:36 +0200
commitcb4fa1d1e2e61b686442a9d26220c0f1a6e1d4e7 (patch)
tree2d819dbc32230f7af209b59a5c1f262f4964fa84 /configmgr/qa
parentUNO: no need to use OUString constructor when calling createInstance (diff)
downloadcore-cb4fa1d1e2e61b686442a9d26220c0f1a6e1d4e7.tar.gz
core-cb4fa1d1e2e61b686442a9d26220c0f1a6e1d4e7.zip
use uno::Reference::set method instead of assignment
Change-Id: I080668f86f0ab8b3bba857ee21411f907ae285c4
Diffstat (limited to 'configmgr/qa')
-rw-r--r--configmgr/qa/unit/test.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/configmgr/qa/unit/test.cxx b/configmgr/qa/unit/test.cxx
index 89dac95c113f..82c9b1e75ed9 100644
--- a/configmgr/qa/unit/test.cxx
+++ b/configmgr/qa/unit/test.cxx
@@ -151,7 +151,7 @@ RecursiveTest::RecursiveTest(
void RecursiveTest::test()
{
- properties_ = css::uno::Reference< css::beans::XPropertySet >(
+ properties_.set(
test_.createUpdateAccess(
OUString("/org.openoffice.Office.UI.GenericCommands/UserInterface/Commands/"
".uno:WebHtml")),