summaryrefslogtreecommitdiff
path: root/desktop/inc/app.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-08-24 19:03:43 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-08-24 19:09:30 +0200
commit21ebc2b32de44ed33347b4364d4fd8282b472dba (patch)
treecffb6518543705d523c8e66d7369c3162d829267 /desktop/inc/app.hxx
parent03833c09cbf15ae04bc22a64eee07d7966c00db2 (diff)
Unused members
Change-Id: I4f3e6f2c07d1ef55464646a5ab313c305f4a22e8
Diffstat (limited to 'desktop/inc/app.hxx')
-rw-r--r--desktop/inc/app.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/desktop/inc/app.hxx b/desktop/inc/app.hxx
index be2c55273cc9..8fd717ec6f18 100644
--- a/desktop/inc/app.hxx
+++ b/desktop/inc/app.hxx
@@ -197,11 +197,8 @@ class Desktop : public Application
static void enableAcceptors();
static void destroyAcceptor(const rtl::OUString& aDescription);
- sal_Bool m_bMinimized;
- sal_Bool m_bInvisible;
bool m_bCleanedExtensionCache;
bool m_bServicesRegistered;
- sal_uInt16 m_nAppEvents;
BootstrapError m_aBootstrapError;
BootstrapStatus m_aBootstrapStatus;
@@ -209,7 +206,6 @@ class Desktop : public Application
Timer m_firstRunTimer;
static ResMgr* pResMgr;
- static sal_Bool bSuppressOpenDefault;
};
}