summaryrefslogtreecommitdiff
path: root/include/sfx2
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-10-22 13:51:26 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-10-22 13:51:26 +0200
commitab1b996afac5dcaa222598dd29628b52a5e1903d (patch)
treee31b7fc09d5003a450c3dd8a9f76d7270e9bd0e1 /include/sfx2
parentb37e2dd071c83454b3b06c0959a76b6012f53abb (diff)
Remove unused SfxObjectShell::bIsTmp
Change-Id: I14b495067e25e9a80c08b08ff2034b7bfe1e6759
Diffstat (limited to 'include/sfx2')
-rw-r--r--include/sfx2/objsh.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/sfx2/objsh.hxx b/include/sfx2/objsh.hxx
index ee2ff1243a66..e2f2c6e3d42e 100644
--- a/include/sfx2/objsh.hxx
+++ b/include/sfx2/objsh.hxx
@@ -196,9 +196,8 @@ private:
// storage that contains the object
SfxStyleSheetBasePool* pStyleSheetPool; // StyleSheets
SfxObjectCreateMode eCreateMode; // Purpose of the object
- sal_Bool bHasName :1, // sal_True := existing object,
+ sal_Bool bHasName :1; // sal_True := existing object,
// sal_False := new object
- bIsTmp :1; // temporary Storage
sal_Bool bIsInGenerateThumbnail; //optimize thumbnail generate and store procedure to improve odt saving performance, i120030
private: