diff options
author | sb <sb@openoffice.org> | 2010-04-12 14:22:30 +0200 |
---|---|---|
committer | sb <sb@openoffice.org> | 2010-04-12 14:22:30 +0200 |
commit | e6f3ad0eaac8b32918bb8bcee36cdc0be7fbfc29 (patch) | |
tree | e305bac74074d4a83cb5ad88556d6e75a7746688 /shell/source/backends | |
parent | a001605a190749900d3e09aa864ce56925ff848e (diff) | |
parent | 755d2672ac203279b151edc1a24d824d183a2845 (diff) |
sb121: merged in DEV300_m76
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 ) ) |