diff options
Diffstat (limited to 'sfx2/source/appl/shutdownicon.cxx')
-rw-r--r-- | sfx2/source/appl/shutdownicon.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/appl/shutdownicon.cxx b/sfx2/source/appl/shutdownicon.cxx index 5d4e46e40caa..f56169ecd1ec 100644 --- a/sfx2/source/appl/shutdownicon.cxx +++ b/sfx2/source/appl/shutdownicon.cxx @@ -702,7 +702,7 @@ void SAL_CALL ShutdownIcon::setFastPropertyValue( ::sal_Int32 break; default : - throw css::beans::UnknownPropertyException(); + throw css::beans::UnknownPropertyException(OUString::number(nHandle)); } } @@ -720,7 +720,7 @@ css::uno::Any SAL_CALL ShutdownIcon::getFastPropertyValue( ::sal_Int32 nHandle ) break; default : - throw css::beans::UnknownPropertyException(); + throw css::beans::UnknownPropertyException(OUString::number(nHandle)); } return aValue; |