diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-03-26 11:33:09 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-03-26 11:49:56 +0100 |
commit | 44dd8b838b8dfa74b895a870a68200cf4f3574e0 (patch) | |
tree | d0e3fa2607c21661f17a232ebd0f30a599069e57 /svl/inc | |
parent | 80996c374b4ff2514b2e952cfd572ae499b481a1 (diff) |
fdo#61429: Stylist: save selection of "Hierarchical" entry
This is unfortunately rather ugly because that one is "very special".
Change-Id: Ie2bc9ce2690fbc742b4510e453ca1ef310614256
Diffstat (limited to 'svl/inc')
-rw-r--r-- | svl/inc/svl/style.hrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svl/inc/svl/style.hrc b/svl/inc/svl/style.hrc index 63552fc0cbce..83c71532e4f1 100644 --- a/svl/inc/svl/style.hrc +++ b/svl/inc/svl/style.hrc @@ -22,6 +22,7 @@ #define SFXSTYLEBIT_AUTO 0x0000 // automatisch; Flags kommen von der Applikation #define SFXSTYLEBIT_HIDDEN 0x0200 // benutzte Vorlage (als Suchmaske) +#define SFXSTYLEBIT_HIERARCHY 0x1000 // hierarchical view - just for dialog #define SFXSTYLEBIT_READONLY 0x2000 // benutzte Vorlage (als Suchmaske) #define SFXSTYLEBIT_USED 0x4000 // benutzte Vorlage (als Suchmaske) #define SFXSTYLEBIT_USERDEF 0x8000 // benutzerdefinierte Vorlage |