diff options
Diffstat (limited to 'svx/source/svdraw/svdedxv.cxx')
-rw-r--r-- | svx/source/svdraw/svdedxv.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/svdraw/svdedxv.cxx b/svx/source/svdraw/svdedxv.cxx index 40aacd3474fb..6dddd270005c 100644 --- a/svx/source/svdraw/svdedxv.cxx +++ b/svx/source/svdraw/svdedxv.cxx @@ -2142,11 +2142,11 @@ bool SdrObjEditView::SetAttributes(const SfxItemSet& rSet, bool bReplaceAll) if (bHasEEFeatureItems) { - const OUString aMessage("SdrObjEditView::SetAttributes(): Setting EE_FEATURE items " - "at the SdrView does not make sense! It only leads to " - "overhead and unreadable documents."); std::unique_ptr<weld::MessageDialog> xInfoBox(Application::CreateMessageDialog( - nullptr, VclMessageType::Info, VclButtonsType::Ok, aMessage)); + nullptr, VclMessageType::Info, VclButtonsType::Ok, + "SdrObjEditView::SetAttributes(): Setting EE_FEATURE items " + "at the SdrView does not make sense! It only leads to " + "overhead and unreadable documents.")); xInfoBox->run(); } } |