diff options
author | Noel Grandin <noel@peralex.com> | 2016-03-02 15:41:41 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-03-03 08:11:02 +0200 |
commit | fecfd9c4987229c7fb335c6c6ba847e2ec30d40d (patch) | |
tree | 1a6e1162744f8a313242046cb93901d22c46150e /sc/inc/editutil.hxx | |
parent | 7ccdb94e2c5774f924bf89b34387c7d41e2e4c30 (diff) |
loplugin:unuseddefaultparams in sc (part2)
Change-Id: I356a86bfca20cbf2c52185697042dce5237e847d
Diffstat (limited to 'sc/inc/editutil.hxx')
-rw-r--r-- | sc/inc/editutil.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/editutil.hxx b/sc/inc/editutil.hxx index cdce6204d6c1..a34caebfda6e 100644 --- a/sc/inc/editutil.hxx +++ b/sc/inc/editutil.hxx @@ -152,16 +152,16 @@ public: const SfxItemSet& rDefaults, bool bRememberCopy = true ); /// Current defaults are not applied, new defaults are applied void SetTextNewDefaults( const EditTextObject& rTextObject, - SfxItemSet* pDefaults, bool bTakeOwnership = true ); + SfxItemSet* pDefaults ); /// Overwritten method to be able to apply defaults already set void SetText( const OUString& rText ); /// Current defaults are not applied, new defaults are applied void SetTextNewDefaults( const OUString& rText, - const SfxItemSet& rDefaults, bool bRememberCopy = true ); + const SfxItemSet& rDefaults ); /// Current defaults are not applied, new defaults are applied void SetTextNewDefaults( const OUString& rText, - SfxItemSet* pDefaults, bool bTakeOwnership = true ); + SfxItemSet* pDefaults ); /// Paragraph attributes that are not defaults are copied to /// character attributes and all paragraph attributes reset |