summaryrefslogtreecommitdiff
path: root/uui/source/interactionhandler.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'uui/source/interactionhandler.cxx')
-rw-r--r--uui/source/interactionhandler.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/uui/source/interactionhandler.cxx b/uui/source/interactionhandler.cxx
index 1d587988478f..201e0433675d 100644
--- a/uui/source/interactionhandler.cxx
+++ b/uui/source/interactionhandler.cxx
@@ -112,7 +112,7 @@ public:
m_pImpl->SetParentWindow(xWindow);
return;
}
- throw css::beans::UnknownPropertyException();
+ throw css::beans::UnknownPropertyException(rPropertyName);
}
virtual css::uno::Any SAL_CALL getPropertyValue(const OUString& rPropertyName) override
@@ -121,7 +121,7 @@ public:
{
return uno::Any(m_pImpl->GetParentWindow());
}
- throw css::beans::UnknownPropertyException();
+ throw css::beans::UnknownPropertyException(rPropertyName);
}
};