summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2016-02-19 16:35:23 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2016-02-19 17:01:01 +0100
commit67b14461bfcf4847b83b17535dde9b3efa2ed762 (patch)
tree81ab8e88a32401e308f3327bc30407f2ab9b019e /include
parentmove dbus config into its own config header (diff)
downloadcore-67b14461bfcf4847b83b17535dde9b3efa2ed762.tar.gz
core-67b14461bfcf4847b83b17535dde9b3efa2ed762.zip
sfx classification: give access to document header/footer and watermark
Change-Id: I07e22f16cfa0229f609e7fc406e98e9f0c843153
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/classificationhelper.hxx1
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