summaryrefslogtreecommitdiff
path: root/sw/source/uibase/app/swmodul1.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/app/swmodul1.cxx')
-rw-r--r--sw/source/uibase/app/swmodul1.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/app/swmodul1.cxx b/sw/source/uibase/app/swmodul1.cxx
index cf7d8b6282a0..ccd6afcc4075 100644
--- a/sw/source/uibase/app/swmodul1.cxx
+++ b/sw/source/uibase/app/swmodul1.cxx
@@ -383,7 +383,7 @@ void SwModule::ShowDBObj(SwView const & rView, const SwDBData& rData)
aSelection.setDataSource(rData.sDataSource);
aSelection[DataAccessDescriptorProperty::Command] <<= rData.sCommand;
aSelection[DataAccessDescriptorProperty::CommandType] <<= rData.nCommandType;
- xControllerSelection->select(makeAny(aSelection.createPropertyValueSequence()));
+ xControllerSelection->select(Any(aSelection.createPropertyValueSequence()));
}
else {
OSL_FAIL("no selection supplier in the beamer!");