Kaydet (Commit) c82a36f9 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Remove unused SfxObjectShell_Impl::bIsTmp

Change-Id: I4040d4758a3753c2177aa2a7d3dba6c85b089b25
üst ee337e7e
......@@ -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)
......
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment