summaryrefslogtreecommitdiff
path: root/sfx2/source/inc/objshimp.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-10-22 12:25:42 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-10-22 12:25:42 +0200
commitc82a36f9c7d89fa434d3dff896c290964326f5bf (patch)
treea05e25fcfcdd6ce798f13551c06cd0c531af1fac /sfx2/source/inc/objshimp.hxx
parentee337e7ed61d1ee6fe37520eed30805329c44fb6 (diff)
Remove unused SfxObjectShell_Impl::bIsTmp
Change-Id: I4040d4758a3753c2177aa2a7d3dba6c85b089b25
Diffstat (limited to 'sfx2/source/inc/objshimp.hxx')
-rw-r--r--sfx2/source/inc/objshimp.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sfx2/source/inc/objshimp.hxx b/sfx2/source/inc/objshimp.hxx
index 3db535347fbc..9c396d13efba 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.