diff options
author | Oliver-Rainer Wittmann <orw@apache.org> | 2013-05-14 13:21:45 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2013-05-20 11:33:34 +0100 |
commit | 2a2d3841218f61ea365f21fcc2c663ec918d101f (patch) | |
tree | 277dbb3bd7dac4be54f375acffa17f639ac9ed5d /include/sfx2 | |
parent | 5a6c03ad5dc2f80850131446631606717eee3465 (diff) |
Resolves: #i122056# adding another Writer variant for sidebar context handling
Patch by: Ariel
Review by: Oliver
(cherry picked from commit 4a87b75b86e4c932b5230cb7caecf6f00e40a096)
Conflicts:
sfx2/inc/sfx2/sidebar/EnumContext.hxx
Change-Id: I51cd1d63ddd23a0907f1781c46891b6f5c9870c5
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 819e83717e3d..b11f3bfa7d28 100644 --- a/include/sfx2/sidebar/EnumContext.hxx +++ b/include/sfx2/sidebar/EnumContext.hxx @@ -37,6 +37,7 @@ public: Application_WriterWeb, Application_WriterXML, Application_WriterForm, + Application_WriterReport, Application_Calc, Application_Draw, Application_Impress, |