summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2015-10-16 07:27:28 +0200
committerJan Holesovsky <kendy@collabora.com>2015-10-16 12:12:26 +0200
commit67fe42070332709823f0b00e6311809bc3e5341c (patch)
tree68362fef0a62d78e32db2085127ce3ca89825773 /svx
parent901f6da81b5006d33d7ad1f97b70f4c60708d609 (diff)
sfx items: The bDeep parameter of SFX_ITEMSET_ARG is always false.
Change-Id: Ifdffc82c9b4ec2e534204294575a78e34e0338c1
Diffstat (limited to 'svx')
-rw-r--r--svx/source/dialog/hdft.cxx2
-rw-r--r--svx/source/sidebar/nbdtmg.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/dialog/hdft.cxx b/svx/source/dialog/hdft.cxx
index 0108bf66dbbe..3e92de82d3a0 100644
--- a/svx/source/dialog/hdft.cxx
+++ b/svx/source/dialog/hdft.cxx
@@ -1165,7 +1165,7 @@ void SvxHFPage::EnableDynamicSpacing()
void SvxHFPage::PageCreated(const SfxAllItemSet &rSet)
{
//UUUU
- SFX_ITEMSET_ARG (&rSet, pSupportDrawingLayerFillStyleItem, SfxBoolItem, SID_DRAWINGLAYER_FILLSTYLES, false);
+ SFX_ITEMSET_ARG(&rSet, pSupportDrawingLayerFillStyleItem, SfxBoolItem, SID_DRAWINGLAYER_FILLSTYLES);
if(pSupportDrawingLayerFillStyleItem)
{
diff --git a/svx/source/sidebar/nbdtmg.cxx b/svx/source/sidebar/nbdtmg.cxx
index d4d647f08cc8..90facf1fe8fe 100644
--- a/svx/source/sidebar/nbdtmg.cxx
+++ b/svx/source/sidebar/nbdtmg.cxx
@@ -143,7 +143,7 @@ void NBOTypeMgrBase::StoreBulCharFmtName_impl() {
if ( pSet )
{
SfxAllItemSet aSet(*pSet);
- SFX_ITEMSET_ARG(&aSet,pBulletCharFmt,SfxStringItem,SID_BULLET_CHAR_FMT,false);
+ SFX_ITEMSET_ARG(&aSet,pBulletCharFmt,SfxStringItem,SID_BULLET_CHAR_FMT);
if ( pBulletCharFmt )
{
>Revert "cid#707663 uninitialized pointer field"Michael Stahl 2014-02-12Revert "cid#707662 uninitialized pointer field"Michael Stahl 2014-02-12Revert "cid#707661 uninitialized pointer field"Michael Stahl 2014-02-12cid#707663 uninitialized pointer fieldNoel Grandin 2014-02-12cid#707662 uninitialized pointer fieldNoel Grandin 2014-02-12cid#707661 uninitialized pointer fieldNoel Grandin 2014-02-07auto_ptr -> heap_ptrStephan Bergmann 2014-02-07auto_ptr -> scoped_ptrStephan Bergmann 2014-02-07fdo#56511 Don't unduly delay Bridge terminationStephan Bergmann 2014-02-04Related: #i123862# use O*String's isEmpty() method...Herbert Dürr 2013-12-16Allow setting environment value directly in .component filesStephan Bergmann 2013-11-28Minor simplificationStephan Bergmann 2013-11-27binaryurp: silently ignore superfluous MUSTREPLY/SYNCHRONOUS flagsStephan Bergmann 2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin 2013-10-25fdo#54938: More uses of cppu::supportsServiceMarcos Paulo de Souza 2013-06-14No need for a buggy rewriteStephan Bergmann 2013-06-13cppcheck: fix duplicateExpressionJulien Nabet 2013-05-28#i122208# replace the binaryurp cache for improved C++ compatibilityHerbert Dürr 2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks 2013-04-07remove needless forward rtl::OUString declarationsLuboš Luňák 2013-03-30binaryurp does not need offapiDavid Tardon 2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks 2013-02-28remove all d.lstMichael Stahl 2013-02-19RTL_CONSTASCII_USTRINGPARAM removalsKrisztian Pinter