From 952bfc2f29732777c0cdd79170f6a47ecc3ac4c7 Mon Sep 17 00:00:00 2001
From: "Frank Schoenheit [fs]" <frank.schoenheit@sun.com>
Date: Mon, 1 Nov 2010 15:17:35 +0100
Subject: undoapi: removed SfxApplication::IsInBasicCall It checked a counter
 for being != 0 which, effectively, was set to 1 at application startup, and
 never reset to 0 (though incremented and decremented by calls to
 Enter/LeaveBasicCall). So, IsInBasicCall was meaningless. Consequently,
 Enter/LeaveBasicCall collapse to empty operations, not doing anything
 anymore. Will (hopefully) remove those, too, but need them for the moment to
 track and judge, guess, basic calls ...

---
 sfx2/source/appl/appdata.cxx | 1 -
 1 file changed, 1 deletion(-)

(limited to 'sfx2/source/appl/appdata.cxx')

diff --git a/sfx2/source/appl/appdata.cxx b/sfx2/source/appl/appdata.cxx
index 38ea69280c49..43b221b74e55 100644
--- a/sfx2/source/appl/appdata.cxx
+++ b/sfx2/source/appl/appdata.cxx
@@ -112,7 +112,6 @@ SfxAppData_Impl::SfxAppData_Impl( SfxApplication* ) :
         pTemplateCommon( 0 ),
         nDocModalMode(0),
         nAutoTabPageId(0),
-        nBasicCallLevel(0),
         nRescheduleLocks(0),
         nInReschedule(0),
         nAsynchronCalls(0),
-- 
cgit 


From f6bf7a32d624cdef6fe31447b82de08a9e96a5df Mon Sep 17 00:00:00 2001
From: "Frank Schoenheit [fs]" <frank.schoenheit@sun.com>
Date: Mon, 1 Nov 2010 15:32:53 +0100
Subject: undoapi: no need to hold a SfxEventConfiguration instance at the
 application - it has static members only

---
 sfx2/source/appl/appdata.cxx | 1 -
 1 file changed, 1 deletion(-)

(limited to 'sfx2/source/appl/appdata.cxx')

diff --git a/sfx2/source/appl/appdata.cxx b/sfx2/source/appl/appdata.cxx
index 43b221b74e55..002a785542d4 100644
--- a/sfx2/source/appl/appdata.cxx
+++ b/sfx2/source/appl/appdata.cxx
@@ -102,7 +102,6 @@ SfxAppData_Impl::SfxAppData_Impl( SfxApplication* ) :
         pAppDispatch(NULL),
         pTemplates( 0 ),
         pPool(0),
-        pEventConfig(0),
         pDisabledSlotList( 0 ),
         pSecureURLs(0),
         pSaveOptions( 0 ),
-- 
cgit 


From 9b73b029b91f96922c055206ee820ea6b42647d6 Mon Sep 17 00:00:00 2001
From: Mathias Bauer <mba@openoffice.org>
Date: Wed, 12 Jan 2011 11:56:09 +0100
Subject: CWS gnumake3: #i86790#: clean up mess with ooo+iso resource files

---
 sfx2/source/appl/appdata.cxx | 1 -
 1 file changed, 1 deletion(-)

(limited to 'sfx2/source/appl/appdata.cxx')

diff --git a/sfx2/source/appl/appdata.cxx b/sfx2/source/appl/appdata.cxx
index 32b56717293c..9780512bbcb9 100644
--- a/sfx2/source/appl/appdata.cxx
+++ b/sfx2/source/appl/appdata.cxx
@@ -98,7 +98,6 @@ SfxAppData_Impl::SfxAppData_Impl( SfxApplication* ) :
         pTopFrames( new SfxFrameArr_Impl ),
         pInitLinkList(0),
         pMatcher( 0 ),
-        pLabelResMgr( 0 ),
         pAppDispatch(NULL),
         pTemplates( 0 ),
         pPool(0),
-- 
cgit