summaryrefslogtreecommitdiff
path: root/sfx2/source/notebookbar/NotebookbarPopup.hxx
diff options
context:
space:
mode:
authorKshitij Pathania <kshitijpathania@gmail.com>2018-05-14 14:21:56 +0530
committerSzymon Kłos <szymon.klos@collabora.com>2018-05-30 18:56:20 +0200
commite02b3b095e472646c58eecd36d5a27b056dcb99e (patch)
treea4204077e40ad5e94fcf388de4fb18ecb467e84a /sfx2/source/notebookbar/NotebookbarPopup.hxx
parenta8f8cf72b2b9e912dc4a5aebef55d9b2c0969462 (diff)
tdf#112034 , tdf#107266 label color on basis of persona and persona
flipping is fixed. Labelcolor not gets updated immediately but when statechanged function triggers via executemethod things workwell.(like it triggers on changing mode of notebookbar) Change-Id: I755fb4ff434d7971112d2f0beb44ca09f4a7e0f1 Reviewed-on: https://gerrit.libreoffice.org/54301 Reviewed-by: Szymon Kłos <szymon.klos@collabora.com> Tested-by: Szymon Kłos <szymon.klos@collabora.com>
Diffstat (limited to 'sfx2/source/notebookbar/NotebookbarPopup.hxx')
-rw-r--r--sfx2/source/notebookbar/NotebookbarPopup.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sfx2/source/notebookbar/NotebookbarPopup.hxx b/sfx2/source/notebookbar/NotebookbarPopup.hxx
index 2a70cd77daf5..1bbb15133bbe 100644
--- a/sfx2/source/notebookbar/NotebookbarPopup.hxx
+++ b/sfx2/source/notebookbar/NotebookbarPopup.hxx
@@ -48,6 +48,10 @@ public:
void hideSeparators(bool bHide);
void dispose() override;
+
+ void ApplyBackground(vcl::Window* pWindow);
+
+ void RemoveBackground(vcl::Window* pWindow);
};
#endif