summaryrefslogtreecommitdiff
path: root/include/sfx2/classificationhelper.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2016-02-24 09:29:51 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2016-02-24 13:45:46 +0100
commitd599122730a84be29b2649b66a582d2269c4ed2b (patch)
tree9003fc7126e6ae41688ca14514f11c541749525b /include/sfx2/classificationhelper.hxx
parentb8ee342576b707dbffe877f5c225b640ee65276d (diff)
sfx2 classification: expose document header presence
Change-Id: Ic69af56982a89356571f0016164b60e22ab94cf8
Diffstat (limited to 'include/sfx2/classificationhelper.hxx')
-rw-r--r--include/sfx2/classificationhelper.hxx5
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