summaryrefslogtreecommitdiff
path: root/sw
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 /sw
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 'sw')
-rw-r--r--sw/source/core/unocore/unoframe.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/unocore/unoframe.cxx b/sw/source/core/unocore/unoframe.cxx
index c3d409e02fec..663b13162498 100644
--- a/sw/source/core/unocore/unoframe.cxx
+++ b/sw/source/core/unocore/unoframe.cxx
@@ -2055,7 +2055,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 )
{