diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-02-24 09:29:51 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-02-24 13:45:46 +0100 |
commit | d599122730a84be29b2649b66a582d2269c4ed2b (patch) | |
tree | 9003fc7126e6ae41688ca14514f11c541749525b /include/sfx2/classificationhelper.hxx | |
parent | b8ee342576b707dbffe877f5c225b640ee65276d (diff) |
sfx2 classification: expose document header presence
Change-Id: Ic69af56982a89356571f0016164b60e22ab94cf8
Diffstat (limited to 'include/sfx2/classificationhelper.hxx')
-rw-r--r-- | include/sfx2/classificationhelper.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/sfx2/classificationhelper.hxx b/include/sfx2/classificationhelper.hxx index c8892dc1a955..0e279c7e2f1c 100644 --- a/include/sfx2/classificationhelper.hxx +++ b/include/sfx2/classificationhelper.hxx @@ -41,7 +41,12 @@ public: bool HasImpactLevel(); basegfx::BColor GetImpactLevelColor(); OUString GetDocumentWatermark(); + /// The selected category has some content for the document header. + bool HasDocumentHeader(); void UpdateInfobar(SfxViewFrame& rViewFrame); + + /// Brief text located at the top of each document's pages. + static const OUString& PROP_DOCHEADER(); }; #endif |