diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2018-08-31 07:32:43 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-08-31 08:41:07 +0200 |
commit | 49d1a2f70bb8c099f1a950e5ad9f805d252ea342 (patch) | |
tree | c65f02bb6462ddd322fbb90f1417a129054cb062 /sw/source | |
parent | df26410a52419707590fdf62dc043d13b79ada81 (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 'sw/source')
-rw-r--r-- | sw/source/core/unocore/unoframe.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/unocore/unoframe.cxx b/sw/source/core/unocore/unoframe.cxx index 15f4b88b01f8..d8f7f1ac7053 100644 --- a/sw/source/core/unocore/unoframe.cxx +++ b/sw/source/core/unocore/unoframe.cxx @@ -2056,7 +2056,7 @@ uno::Any SwXFrame::getPropertyValue(const OUString& rPropertyName) } else if( FN_UNO_GRAPHIC_URL == pEntry->nWID ) { - throw uno::RuntimeException("Getting from this property is not unsupported"); + throw uno::RuntimeException("Getting from this property is not supported"); } else if( FN_UNO_GRAPHIC == pEntry->nWID ) { |