diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-02-23 15:24:38 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-02-23 16:09:02 +0100 |
commit | 12ef6bd2a37e2a3e27123c0f796b0e7f4e14f051 (patch) | |
tree | fa314b85cc530a303fb197af796655e85e00d3ab /include | |
parent | aad8e562765b2981e76a008e3eca04058279469f (diff) |
sfx2 classification: update infobar after setting category name
So one doesn't need to reload the document to see an up to date infobar.
Change-Id: I42b0b8c2d7e4953157d73f06b724ba23f6b79cab
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/classificationhelper.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sfx2/classificationhelper.hxx b/include/sfx2/classificationhelper.hxx index 1a19ee92583a..c8892dc1a955 100644 --- a/include/sfx2/classificationhelper.hxx +++ b/include/sfx2/classificationhelper.hxx @@ -16,6 +16,7 @@ #include <sfx2/dllapi.h> class SfxObjectShell; +class SfxViewFrame; namespace basegfx { class BColor; @@ -40,6 +41,7 @@ public: bool HasImpactLevel(); basegfx::BColor GetImpactLevelColor(); OUString GetDocumentWatermark(); + void UpdateInfobar(SfxViewFrame& rViewFrame); }; #endif |