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 /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 'sfx2')
-rw-r--r-- | sfx2/source/sidebar/EnumContext.cxx | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sfx2/source/sidebar/EnumContext.cxx b/sfx2/source/sidebar/EnumContext.cxx index d78d8cfbedda..48a974e206e0 100644 --- a/sfx2/source/sidebar/EnumContext.cxx +++ b/sfx2/source/sidebar/EnumContext.cxx @@ -136,6 +136,14 @@ const ::rtl::OUString& EnumContext::GetContextName (void) const +EnumContext::Context EnumContext::GetContext (void) const +{ + return meContext; +} + + + + bool EnumContext::operator== (const EnumContext aOther) { return meApplication==aOther.meApplication |