[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - sfx2/source

Caolán McNamara caolanm at redhat.com
Wed Jun 5 03:42:00 PDT 2013


 sfx2/source/doc/objxtor.cxx |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

New commits:
commit 64d9394823ed44f0c3e6cca8d82dac8146a9c54e
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Wed Jun 5 11:40:13 2013 +0100

    Revert "Initialize SfxObjectShell bIsInGenerateThumbnail to sal_False."
    
    I commited this to the wrong branch
    
    This reverts commit 9f1e4bc48597ba429001cd4d1707983bc5f426a0.

diff --git a/sfx2/source/doc/objxtor.cxx b/sfx2/source/doc/objxtor.cxx
index 133ac02..242ec24 100644
--- a/sfx2/source/doc/objxtor.cxx
+++ b/sfx2/source/doc/objxtor.cxx
@@ -294,7 +294,6 @@ SfxObjectShell::SfxObjectShell( const sal_uInt64 i_nCreationFlags )
     ,   pStyleSheetPool(0)
     ,   eCreateMode( ( i_nCreationFlags & SFXMODEL_EMBEDDED_OBJECT ) ? SFX_CREATE_MODE_EMBEDDED : SFX_CREATE_MODE_STANDARD )
     ,   bHasName( sal_False )
-    ,   bIsInGenerateThumbnail ( sal_False )
 {
     DBG_CTOR(SfxObjectShell, 0);
 
@@ -341,8 +340,7 @@ SfxObjectShell::SfxObjectShell
     pMedium(0),
     pStyleSheetPool(0),
     eCreateMode(eMode),
-    bHasName( sal_False ),
-    bIsInGenerateThumbnail ( sal_False )
+    bHasName( sal_False )
 {
     DBG_CTOR(SfxObjectShell, 0);
 }


More information about the Libreoffice-commits mailing list