diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-06-14 23:43:35 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-06-15 15:41:13 +0100 |
commit | 9bf2d51927c3ac87b32b996a65bd30618b4ce58c (patch) | |
tree | a83e3fa81029982c5c5d311bff401eae54f52e66 /basic/inc | |
parent | f03a3edf2523c208948059861e0df48567834d0d (diff) |
callcatcher: chainsaw out some unnecessary code
Change-Id: I88de7a942fbc9e0c51a3261236f5203f037d2392
Diffstat (limited to 'basic/inc')
-rw-r--r-- | basic/inc/basic/basmgr.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/basic/inc/basic/basmgr.hxx b/basic/inc/basic/basmgr.hxx index d7b1c3fe5b71..6a689cd63d28 100644 --- a/basic/inc/basic/basmgr.hxx +++ b/basic/inc/basic/basmgr.hxx @@ -133,7 +133,6 @@ private: String aName; String maStorageName; - sal_Bool bBasMgrModified; sal_Bool mbDocMgr; BasicManagerImpl* mpImpl; @@ -197,7 +196,6 @@ public: sal_Bool RemoveLib( sal_uInt16 nLib, sal_Bool bDelBasicFromStorage ); // Modify-Flag will be reset only during save. - sal_Bool IsModified() const; sal_Bool IsBasicModified() const; std::vector<BasicError>& GetErrors(); |