diff options
author | Andre Fischer <af@apache.org> | 2013-04-23 11:33:28 +0000 |
---|---|---|
committer | Andre Fischer <af@apache.org> | 2013-04-23 11:33:28 +0000 |
commit | dc36f82362dc1fb159668937cde7cedbc3fad503 (patch) | |
tree | 1a144bca20f207a3945356a2b64273a5654cf3c0 /sfx2/inc | |
parent | 52450684d9c02f0d6d96bff731c348d85ca4ced1 (diff) |
122051: Sidebar handles more Writer variants.
Notes
Notes:
merged as: a6830c7f2bf80eeaa5e570d834d6e1a29085d211
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/sfx2/sidebar/EnumContext.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sfx2/inc/sfx2/sidebar/EnumContext.hxx b/sfx2/inc/sfx2/sidebar/EnumContext.hxx index ad436d84d261..53146d4a6f0f 100644 --- a/sfx2/inc/sfx2/sidebar/EnumContext.hxx +++ b/sfx2/inc/sfx2/sidebar/EnumContext.hxx @@ -37,7 +37,9 @@ public: enum Application { Application_Writer, + Application_WriterGlobal, Application_WriterWeb, + Application_WriterXML, Application_Calc, Application_Draw, Application_Impress, @@ -46,8 +48,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. |