diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2010-05-07 16:09:53 +0200 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2010-05-07 16:09:53 +0200 |
commit | c3b6bf72ed7834a10f6b5ad5756b9b190566710d (patch) | |
tree | c53ba19ed2cc0090926c82b32529e8a85f2d0a3a /shell | |
parent | 5fad51e9db2be4affb53377bd5113346420c1c4b (diff) | |
parent | bc44b9211fbfc42fdd156005a91c8892b5050739 (diff) |
CWS-TOOLING: integrate CWS sb121
Diffstat (limited to 'shell')
-rw-r--r-- | shell/source/backends/gconfbe/gconfaccess.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/source/backends/gconfbe/gconfaccess.cxx b/shell/source/backends/gconfbe/gconfaccess.cxx index 99a5b362c161..64d0e2e94eae 100644 --- a/shell/source/backends/gconfbe/gconfaccess.cxx +++ b/shell/source/backends/gconfbe/gconfaccess.cxx @@ -448,7 +448,6 @@ sal_Bool SAL_CALL isDependencySatisfied( GConfClient* aClient, const Configurati #ifdef ENABLE_LOCKDOWN case SETTING_AUTO_SAVE: { - GConfClient* aClient = GconfBackend::getGconfClient(); GConfValue* aGconfValue = gconf_client_get( aClient, GCONF_AUTO_SAVE_KEY, NULL ); if( ( aGconfValue != NULL ) ) |