diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2018-08-31 07:32:43 +0200 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2018-08-31 13:24:20 +0200 |
commit | 5321ac6c3d925e6f8e380fa3c60e99237a6b5c82 (patch) | |
tree | 02154bb096450a6bcb52eab098dc0d767c641526 /editeng | |
parent | 3d81af669ea0886fb16282d29048f08025ace344 (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 'editeng')
-rw-r--r-- | editeng/source/items/frmitems.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/items/frmitems.cxx b/editeng/source/items/frmitems.cxx index 0813021dd4e3..d5c2e7aea47b 100644 --- a/editeng/source/items/frmitems.cxx +++ b/editeng/source/items/frmitems.cxx @@ -3316,7 +3316,7 @@ bool SvxBrushItem::QueryValue( uno::Any& rVal, sal_uInt8 nMemberId ) const case MID_GRAPHIC_URL: { - throw uno::RuntimeException("Getting from this property is not unsupported"); + throw uno::RuntimeException("Getting from this property is not supported"); } break; case MID_GRAPHIC: |