summaryrefslogtreecommitdiff
path: root/filter/source/t602/t602filter.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/t602/t602filter.cxx')
-rw-r--r--filter/source/t602/t602filter.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/filter/source/t602/t602filter.cxx b/filter/source/t602/t602filter.cxx
index 38ca6230bb70..2ed3b960f413 100644
--- a/filter/source/t602/t602filter.cxx
+++ b/filter/source/t602/t602filter.cxx
@@ -916,10 +916,10 @@ bool T602ImportFilterDialog::OptionsDlg()
{
Any any;
#define propInt_(_prop,_nam,_val) \
- any <<= (sal_Int32)_val;\
+ any <<= static_cast<sal_Int32>(_val);\
_prop->setPropertyValue(_nam, any);
#define propShort_(_prop,_nam,_val) \
- any <<= (sal_Int16)_val;\
+ any <<= static_cast<sal_Int16>(_val);\
_prop->setPropertyValue(_nam, any);
#define propBool_(_prop,_nam,_val) \
any <<= _val;\
tion'>Noel Grandin 2018-08-08loplugin:singlevalfieldsNoel Grandin 2018-07-31remove SdrGrafObj::IsSwappedOutNoel Grandin 2018-07-08loplugin:passstuffbyrefNoel Grandin 2018-07-07use std::unique_ptr fo CreateObjectSpecificPropertiesNoel Grandin 2018-07-03use std::unique_ptr for CreateObjectSpecificViewContactNoel Grandin 2018-06-07vcl: svx: preserve the imported PDF page number in GraphicAshod Nakashian 2018-06-07svx: sd: cosmeticsAshod Nakashian 2018-05-25SOSAW080: Derive SdrObjGroup from SdrObjListArmin Le Grand 2018-05-08tdf#116977 secured ::Clone methodsArmin Le Grand 2018-04-20Function to load graphic swapped out (loaded on demand)Tomaž Vajngerl 2018-04-20loplugin:singlevalfieldsNoel Grandin 2018-04-07SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand 2018-04-06Revert "SOSAW080: Added first bunch of basic changes to helpers"Armin Le Grand 2018-04-06SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand 2018-03-11Move (and rename) graphic stuff from svtools to vclTomaž Vajngerl 2018-03-07tdf#116108 Add option to fit images into their cellSamuel Mehrbrodt 2018-02-05use unique_ptr to store GraphicObject for SdrGrafObjTomaž Vajngerl 2017-12-29loplugin:passstuffbyref improved return in svxNoel Grandin 2017-11-28tdf#83877 OOXML Roundtrip of SignatureLine propertiesSamuel Mehrbrodt