diff options
Diffstat (limited to 'sw/inc/docstyle.hxx')
-rw-r--r-- | sw/inc/docstyle.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/inc/docstyle.hxx b/sw/inc/docstyle.hxx index e45c599d2a0b..f5a7a70a350f 100644 --- a/sw/inc/docstyle.hxx +++ b/sw/inc/docstyle.hxx @@ -113,6 +113,8 @@ public: virtual sal_uInt32 GetHelpId( OUString& rFile ) override; virtual void SetHelpId( const OUString& r, sal_uInt32 nId ) override; + virtual sal_Int32 GetSpotlightId() override; + /** Preset the members without physical access. Used by StyleSheetPool. */ void PresetName(const OUString& rName) { aName = rName; } |