diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-05-28 13:23:52 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-05-28 13:25:12 +0100 |
commit | 05e2fd162ef86ebe4ea2a2a679cabeae33e844f0 (patch) | |
tree | 08aa4bbfd2962bdcef7aa0024293e3b975efa119 /sd/inc | |
parent | 7b9b57b41936eea673eb678407ed817856ba0912 (diff) |
Related: fdo#79142 make SetName default to Reindexing
Change-Id: I408042bc7bf1a5a955203d65d2c68ebf9527b9b5
Diffstat (limited to 'sd/inc')
-rw-r--r-- | sd/inc/stlsheet.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/inc/stlsheet.hxx b/sd/inc/stlsheet.hxx index cad63a7d5163..0811142fa1d2 100644 --- a/sd/inc/stlsheet.hxx +++ b/sd/inc/stlsheet.hxx @@ -60,7 +60,7 @@ public: virtual bool HasFollowSupport() const SAL_OVERRIDE; virtual bool HasParentSupport() const SAL_OVERRIDE; virtual bool HasClearParentSupport() const SAL_OVERRIDE; - virtual bool SetName( const OUString& ) SAL_OVERRIDE; + virtual bool SetName(const OUString& rNewName, bool bReindexNow = true) SAL_OVERRIDE; virtual void SetHelpId( const OUString& r, sal_uLong nId ) SAL_OVERRIDE; void AdjustToFontHeight(SfxItemSet& rSet, bool bOnlyMissingItems = true); |