[Libreoffice-commits] core.git: sfx2/source

Stephan Bergmann sbergman at redhat.com
Tue Oct 22 03:26:13 PDT 2013


 sfx2/source/doc/objxtor.cxx  |    1 -
 sfx2/source/inc/objshimp.hxx |    1 -
 2 files changed, 2 deletions(-)

New commits:
commit c82a36f9c7d89fa434d3dff896c290964326f5bf
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Oct 22 12:25:42 2013 +0200

    Remove unused SfxObjectShell_Impl::bIsTmp
    
    Change-Id: I4040d4758a3753c2177aa2a7d3dba6c85b089b25

diff --git a/sfx2/source/doc/objxtor.cxx b/sfx2/source/doc/objxtor.cxx
index 8c0e0f9..154ed3f 100644
--- a/sfx2/source/doc/objxtor.cxx
+++ b/sfx2/source/doc/objxtor.cxx
@@ -223,7 +223,6 @@ SfxObjectShell_Impl::SfxObjectShell_Impl( SfxObjectShell& _rDocShell )
     ,bClosing( sal_False)
     ,bIsSaving( sal_False)
     ,bPasswd( sal_False)
-    ,bIsTmp( sal_False)
     ,bIsNamedVisible( sal_False)
     ,bIsTemplate(sal_False)
     ,bIsAbortingImport ( sal_False)
diff --git a/sfx2/source/inc/objshimp.hxx b/sfx2/source/inc/objshimp.hxx
index 3db5353..9c396d1 100644
--- a/sfx2/source/inc/objshimp.hxx
+++ b/sfx2/source/inc/objshimp.hxx
@@ -71,7 +71,6 @@ struct SfxObjectShell_Impl : public ::sfx2::IMacroDocumentAccess
                         bClosing:1,         // sal_True while Close(), to prevent recurrences Notification
                         bIsSaving:1,
                         bPasswd:1,
-                        bIsTmp:1,
                         bIsNamedVisible:1,
                         bIsTemplate:1,
                         bIsAbortingImport:1,  // Import operation should be canceled.


More information about the Libreoffice-commits mailing list