[Libreoffice-commits] .: Branch 'libreoffice-3-4' - patches/dev300
Tor Lillqvist
tml at kemper.freedesktop.org
Tue Apr 12 07:20:12 PDT 2011
patches/dev300/sfx2-pre-and-postprocess-during-save-load.diff | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit fdeba3df8d9ca43bc0edb0d97f080b7423fbfa88
Author: Tor Lillqvist <tlillqvist at novell.com>
Date: Tue Apr 12 17:19:53 2011 +0300
Change TRUE to sal_True
diff --git a/patches/dev300/sfx2-pre-and-postprocess-during-save-load.diff b/patches/dev300/sfx2-pre-and-postprocess-during-save-load.diff
index c18b47c..4c9371c 100644
--- a/patches/dev300/sfx2-pre-and-postprocess-during-save-load.diff
+++ b/patches/dev300/sfx2-pre-and-postprocess-during-save-load.diff
@@ -211,7 +211,7 @@
+ // setup status bar
+ SfxItemSet *pSet2 = pMed->GetItemSet();
+ const SfxUnoAnyItem *pItem=NULL;
-+ SfxItemState ret=pSet2->GetItemState( SID_PROGRESS_STATUSBAR_CONTROL, TRUE, (const SfxPoolItem**)&pItem);
++ SfxItemState ret=pSet2->GetItemState( SID_PROGRESS_STATUSBAR_CONTROL, sal_True, (const SfxPoolItem**)&pItem);
+ uno::Reference< ::com::sun::star::task::XStatusIndicator > xStatusIndicator;
+ if (ret==SFX_ITEM_SET && pItem!=NULL)
+ {
More information about the Libreoffice-commits
mailing list