summaryrefslogtreecommitdiff
path: root/svx/source
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2018-08-31 07:32:43 +0200
committerJulien Nabet <serval2412@yahoo.fr>2018-08-31 08:41:07 +0200
commit49d1a2f70bb8c099f1a950e5ad9f805d252ea342 (patch)
treec65f02bb6462ddd322fbb90f1417a129054cb062 /svx/source
parentdf26410a52419707590fdf62dc043d13b79ada81 (diff)
Fix syntax
Change-Id: I21cca2e5cd81ee58a59fda077ed40ba02d9f1df3 Reviewed-on: https://gerrit.libreoffice.org/59844 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svx/source')
-rw-r--r--svx/source/unodraw/unoshap2.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/unodraw/unoshap2.cxx b/svx/source/unodraw/unoshap2.cxx
index 459353b72a73..c13b75661df2 100644
--- a/svx/source/unodraw/unoshap2.cxx
+++ b/svx/source/unodraw/unoshap2.cxx
@@ -1450,7 +1450,7 @@ bool SvxGraphicObject::getPropertyValueImpl( const OUString& rName, const SfxIte
case OWN_ATTR_GRAPHIC_URL:
{
- throw uno::RuntimeException("Getting from this property is not unsupported");
+ throw uno::RuntimeException("Getting from this property is not supported");
break;
}