From 21747cae6ad12ec6566e6dd9a06f3c268c72404d Mon Sep 17 00:00:00 2001 From: Andre Fischer Date: Mon, 27 May 2013 12:55:37 +0000 Subject: 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 --- sfx2/source/sidebar/EnumContext.cxx | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'sfx2') 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 -- cgit