[Libreoffice-commits] core.git: Branch 'libreoffice-6-1' - editeng/source svx/source sw/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Fri Aug 31 11:24:45 UTC 2018
editeng/source/items/frmitems.cxx | 2 +-
svx/source/unodraw/unoshap2.cxx | 2 +-
sw/source/core/unocore/unoframe.cxx | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 5321ac6c3d925e6f8e380fa3c60e99237a6b5c82
Author: Julien Nabet <serval2412 at yahoo.fr>
AuthorDate: Fri Aug 31 07:32:43 2018 +0200
Commit: Tomaž Vajngerl <quikee at gmail.com>
CommitDate: Fri Aug 31 13:24:20 2018 +0200
Fix syntax
Change-Id: I21cca2e5cd81ee58a59fda077ed40ba02d9f1df3
Reviewed-on: https://gerrit.libreoffice.org/59844
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
(cherry picked from commit 49d1a2f70bb8c099f1a950e5ad9f805d252ea342)
Reviewed-on: https://gerrit.libreoffice.org/59847
Reviewed-by: Tomaž Vajngerl <quikee at gmail.com>
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:
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;
}
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 )
{
More information about the Libreoffice-commits
mailing list