diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-07-29 09:48:03 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-07-29 18:05:08 +0200 |
commit | 3777a1e769913460ecc818988df8fc57829d7113 (patch) | |
tree | 5dbec661af8201f7aeb39ed7fac94f71dce85d20 /include/oox/export | |
parent | 12f2622a6941dca7f376e0c0e25d89623580ca0d (diff) |
cid#1507492 Improper use of negative value
Change-Id: I7c44307917df3397cfc9c99a982c54f51693e660
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137589
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/oox/export')
-rw-r--r-- | include/oox/export/drawingml.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/export/drawingml.hxx b/include/oox/export/drawingml.hxx index c80024ea1fdd..2e418b18b933 100644 --- a/include/oox/export/drawingml.hxx +++ b/include/oox/export/drawingml.hxx @@ -231,7 +231,7 @@ public: void WriteColorTransformations( const css::uno::Sequence< css::beans::PropertyValue >& aTransformations, sal_Int32 nAlpha = MAX_PERCENT ); void WriteGradientStop(sal_uInt16 nStop, ::Color nColor, sal_Int32 nAlpha = MAX_PERCENT); void WriteLineArrow( const css::uno::Reference< css::beans::XPropertySet >& rXPropSet, bool bLineStart ); - void WriteConnectorConnections( sal_uInt32 nStartGlueId, sal_Int32 nEndGlueId, sal_Int32 nStartID, sal_Int32 nEndID ); + void WriteConnectorConnections( sal_Int32 nStartGlueId, sal_Int32 nEndGlueId, sal_Int32 nStartID, sal_Int32 nEndID ); bool WriteCharColor(const css::uno::Reference<css::beans::XPropertySet>& xPropertySet); bool WriteFillColor(const css::uno::Reference<css::beans::XPropertySet>& xPropertySet); |