diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-02-19 16:35:23 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-02-19 17:01:01 +0100 |
commit | 67b14461bfcf4847b83b17535dde9b3efa2ed762 (patch) | |
tree | 81ab8e88a32401e308f3327bc30407f2ab9b019e /include | |
parent | 538cf0c496f509f8fa7efa2bc61bfb5e8878d097 (diff) |
sfx classification: give access to document header/footer and watermark
Change-Id: I07e22f16cfa0229f609e7fc406e98e9f0c843153
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/classificationhelper.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sfx2/classificationhelper.hxx b/include/sfx2/classificationhelper.hxx index c62ffac7bfc9..613d35e8d1ff 100644 --- a/include/sfx2/classificationhelper.hxx +++ b/include/sfx2/classificationhelper.hxx @@ -37,6 +37,7 @@ public: /// If GetImpactLevelColor() will return something meaningful. bool HasImpactLevel(); basegfx::BColor GetImpactLevelColor(); + OUString GetDocumentWatermark(); }; #endif |