summaryrefslogtreecommitdiff
path: root/include/sfx2
diff options
context:
space:
mode:
authorAndre Fischer <af@apache.org>2013-05-27 12:55:37 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-05-28 20:08:31 +0100
commitbf087c85aab791a9282bbda940344c8bf9925ef4 (patch)
treef2e96bda488c5488ea7d7517954163c8a1b7c293 /include/sfx2
parent17bbff0e686fb32e3062316c238c7bdded037b9a (diff)
Resolves: #i122387# Use the right tool box for font color in text sidebar
(cherry picked from commit 08159967126946849906827ceadd802053d132c0) Conflicts: sfx2/inc/sfx2/sidebar/EnumContext.hxx Change-Id: If40d3dee7c11e4ea6b01d40d713280e1dc19484d Unname unused argument to prevent compiler warnings. (cherry picked from commit f68dfc2cc8754d9cf72ae1b09f119e683ad44124) Change-Id: I6450c6e46d5971abc871ed378d2ad6307e8f7a3e (cherry picked from commit 21747cae6ad12ec6566e6dd9a06f3c268c72404d)
Diffstat (limited to 'include/sfx2')
-rw-r--r--include/sfx2/sidebar/EnumContext.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sfx2/sidebar/EnumContext.hxx b/include/sfx2/sidebar/EnumContext.hxx
index f45ecd9b27d8..b24a8b274acb 100644
--- a/include/sfx2/sidebar/EnumContext.hxx
+++ b/include/sfx2/sidebar/EnumContext.hxx
@@ -129,6 +129,7 @@ public:
Application GetApplication_DI (void) const;
const ::rtl::OUString& GetContextName (void) const;
+ Context GetContext (void) const;
bool operator == (const EnumContext aOther);
bool operator != (const EnumContext aOther);