diff options
author | sb <sb@openoffice.org> | 2010-03-12 11:11:22 +0100 |
---|---|---|
committer | sb <sb@openoffice.org> | 2010-03-12 11:11:22 +0100 |
commit | 41224e430b032605267b665f33b7375380c13c74 (patch) | |
tree | fb426f6e8eb07f885d88050176bcbb39587a90cb /shell/source/backends | |
parent | ecbebd83b28891e6a57791a62f8049f8cfe30f47 (diff) |
sb121: #i110001# garbage removed (patch by dtardon)
Diffstat (limited to 'shell/source/backends')
-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 ) ) |