summaryrefslogtreecommitdiff
path: root/sw/source/uibase/uno/unomod.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/uno/unomod.cxx')
-rw-r--r--sw/source/uibase/uno/unomod.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/uibase/uno/unomod.cxx b/sw/source/uibase/uno/unomod.cxx
index 393a7dd26dbf..5df0c5af9d89 100644
--- a/sw/source/uibase/uno/unomod.cxx
+++ b/sw/source/uibase/uno/unomod.cxx
@@ -392,7 +392,7 @@ void SwXPrintSettings::_setSingleValue( const comphelper::PropertyInfo & rInfo,
}
break;
default:
- throw UnknownPropertyException();
+ throw UnknownPropertyException(OUString::number(rInfo.mnHandle));
}
}
@@ -487,7 +487,7 @@ void SwXPrintSettings::_getSingleValue( const comphelper::PropertyInfo & rInfo,
}
break;
default:
- throw UnknownPropertyException();
+ throw UnknownPropertyException(OUString::number(rInfo.mnHandle));
}
}
@@ -750,7 +750,7 @@ void SwXViewSettings::_setSingleValue( const comphelper::PropertyInfo & rInfo, c
}
break;
default:
- throw UnknownPropertyException();
+ throw UnknownPropertyException(OUString::number(rInfo.mnHandle));
}
}