diff options
author | Andre Fischer <af@apache.org> | 2013-04-23 11:33:28 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2013-05-20 11:33:18 +0100 |
commit | 799e382d025e9176624bdfb92e72a9aa783a973c (patch) | |
tree | f3b3b1ee82670ff2688b0243b5b212594785e9df /include/sfx2/sidebar | |
parent | b99b51a7a36132224cfc50a35d369247255e59c2 (diff) |
Related: #i122051# Sidebar handles more Writer variants.
(cherry picked from commit dc36f82362dc1fb159668937cde7cedbc3fad503)
Conflicts:
sfx2/inc/sfx2/sidebar/EnumContext.hxx
Change-Id: I230b6dd3a68d2a17d0433f7919e74f1fcfae8d01
Diffstat (limited to 'include/sfx2/sidebar')
-rw-r--r-- | include/sfx2/sidebar/EnumContext.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/sfx2/sidebar/EnumContext.hxx b/include/sfx2/sidebar/EnumContext.hxx index 54b07e016783..cad942eb4642 100644 --- a/include/sfx2/sidebar/EnumContext.hxx +++ b/include/sfx2/sidebar/EnumContext.hxx @@ -33,7 +33,9 @@ public: enum Application { Application_Writer, + Application_WriterGlobal, Application_WriterWeb, + Application_WriterXML, Application_Calc, Application_Draw, Application_Impress, @@ -42,8 +44,8 @@ public: // case that Draw and Impress use identical context configurations. Application_DrawImpress, - // Also for your convenience for either Writer or WriterWeb. - Application_WriterAndWeb, + // Also for your convenience for the different variants of Writer documents. + Application_WriterVariants, // Used only by deck or panel descriptors. Matches any // application. |