diff options
Diffstat (limited to 'sc/inc/editutil.hxx')
-rw-r--r-- | sc/inc/editutil.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sc/inc/editutil.hxx b/sc/inc/editutil.hxx index efec08dfdbc5..1353544b96e3 100644 --- a/sc/inc/editutil.hxx +++ b/sc/inc/editutil.hxx @@ -150,18 +150,12 @@ public: /// Current defaults are not applied, new defaults are applied void SetTextNewDefaults( const EditTextObject& rTextObject, const SfxItemSet& rDefaults, bool bRememberCopy = true ); - /// Current defaults are not applied, new defaults are applied - void SetTextNewDefaults( const EditTextObject& rTextObject, - std::unique_ptr<SfxItemSet> pDefaults ); /// SetText and apply defaults already set void SetTextCurrentDefaults( const OUString& rText ); /// Current defaults are not applied, new defaults are applied void SetTextNewDefaults( const OUString& rText, const SfxItemSet& rDefaults ); - /// Current defaults are not applied, new defaults are applied - void SetTextNewDefaults( const OUString& rText, - std::unique_ptr<SfxItemSet> pDefaults ); /// Paragraph attributes that are not defaults are copied to /// character attributes and all paragraph attributes reset |