diff options
author | Kohei Yoshida <kohei@openoffice.org> | 2009-06-19 19:51:20 +0000 |
---|---|---|
committer | Kohei Yoshida <kohei@openoffice.org> | 2009-06-19 19:51:20 +0000 |
commit | 81d6b090a680d432e33e4de4be9906043eed1139 (patch) | |
tree | 33de4b9bc6c57c4c03080ef5d56fa347fb76093a /sc/inc/fillinfo.hxx | |
parent | b4249adba8d9ad20b16b1b0d0a9beb5aaa47ba5d (diff) |
#i100619# initial commit of patches from ooo-build that implement new
datapilot field popup window.
Diffstat (limited to 'sc/inc/fillinfo.hxx')
-rw-r--r-- | sc/inc/fillinfo.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/fillinfo.hxx b/sc/inc/fillinfo.hxx index b6d48254d06a..d0be5b0cb897 100644 --- a/sc/inc/fillinfo.hxx +++ b/sc/inc/fillinfo.hxx @@ -99,6 +99,8 @@ struct CellInfo BOOL bVOverlapped : 1; BOOL bAutoFilter : 1; BOOL bPushButton : 1; + bool bPopupButton: 1; + bool bFilterActive:1; BOOL bPrinted : 1; // bei Bedarf (Pagebreak-Modus) |