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 --- include/sfx2/sidebar/EnumContext.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'include/sfx2') 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); -- cgit