diff options
author | Andre Fischer <af@apache.org> | 2013-05-27 12:55:37 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-05-28 17:03:22 +0100 |
commit | 21747cae6ad12ec6566e6dd9a06f3c268c72404d (patch) | |
tree | d63b58f437d38e73e6e48ccee58a8494157fc9f8 /include/sfx2 | |
parent | 0143805a565418d2a114c16b7eeba3b784176d9e (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
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/sidebar/EnumContext.hxx | 1 |
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); |