summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2010-05-07 16:09:53 +0200
committerIvo Hinkelmann <ihi@openoffice.org>2010-05-07 16:09:53 +0200
commit8813673720fd572745c92b8679b0394bf9b04d0a (patch)
tree49cee8a456f4477b82e8cb90be41d5c426343553 /shell
parent5d0eff6060f49c2c4d452f41407a6d1970a20912 (diff)
parent09b863990cf8220616c0ff33cc8287b8c1b801f5 (diff)
CWS-TOOLING: integrate CWS sb121
Diffstat (limited to 'shell')
-rw-r--r--shell/source/backends/gconfbe/gconfaccess.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/source/backends/gconfbe/gconfaccess.cxx b/shell/source/backends/gconfbe/gconfaccess.cxx
index e2347572ee..cafa787a86 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 ) )