summaryrefslogtreecommitdiff
path: root/svx/source
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2018-08-31 07:32:43 +0200
committerTomaž Vajngerl <quikee@gmail.com>2018-08-31 13:24:20 +0200
commit5321ac6c3d925e6f8e380fa3c60e99237a6b5c82 (patch)
tree02154bb096450a6bcb52eab098dc0d767c641526 /svx/source
parent3d81af669ea0886fb16282d29048f08025ace344 (diff)
Fix syntax
Change-Id: I21cca2e5cd81ee58a59fda077ed40ba02d9f1df3 Reviewed-on: https://gerrit.libreoffice.org/59844 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr> (cherry picked from commit 49d1a2f70bb8c099f1a950e5ad9f805d252ea342) Reviewed-on: https://gerrit.libreoffice.org/59847 Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
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 fbed04557448..571145c62a4b 100644
--- a/svx/source/unodraw/unoshap2.cxx
+++ b/svx/source/unodraw/unoshap2.cxx
@@ -1549,7 +1549,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;
}