diff options
Diffstat (limited to 'sc/source/ui/view/tabvwshd.cxx')
-rw-r--r-- | sc/source/ui/view/tabvwshd.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/tabvwshd.cxx b/sc/source/ui/view/tabvwshd.cxx index dd8232d72db5..e2bcd34e87d2 100644 --- a/sc/source/ui/view/tabvwshd.cxx +++ b/sc/source/ui/view/tabvwshd.cxx @@ -57,7 +57,7 @@ //------------------------------------------------------------------ #define IS_AVAILABLE(WhichId,ppItem) \ - (pReqArgs->GetItemState((WhichId), TRUE, ppItem ) == SFX_ITEM_SET) + (pReqArgs->GetItemState((WhichId), sal_True, ppItem ) == SFX_ITEM_SET) //! Parent-Window fuer Dialoge //! Problem: OLE Server! |