summaryrefslogtreecommitdiff
path: root/shell/source/backends/gconfbe/gconfbackend.hxx
diff options
context:
space:
mode:
authorOcke Janssen [oj] <Ocke.Janssen@sun.com>2010-01-15 09:58:18 +0100
committerOcke Janssen [oj] <Ocke.Janssen@sun.com>2010-01-15 09:58:18 +0100
commit86b698c9814800eee8c11d0cedb9c0d4ab25b4f6 (patch)
tree7d02295dbf6ece8659e9d81fbdb1f5c12156d31a /shell/source/backends/gconfbe/gconfbackend.hxx
parenta6fe4515d54a56ebd2d9f9984fffb5261bf66bbf (diff)
parent81de889004df64af38ce0ab87abb0727f60be58c (diff)
dba33b: merge
Diffstat (limited to 'shell/source/backends/gconfbe/gconfbackend.hxx')
-rw-r--r--shell/source/backends/gconfbe/gconfbackend.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/shell/source/backends/gconfbe/gconfbackend.hxx b/shell/source/backends/gconfbe/gconfbackend.hxx
index 2177eb99b6..e469fe10a4 100644
--- a/shell/source/backends/gconfbe/gconfbackend.hxx
+++ b/shell/source/backends/gconfbe/gconfbackend.hxx
@@ -174,10 +174,11 @@ class GconfBackend : public BackendBase {
const uno::Reference<backend::XBackendChangesListener>& xListener,
const rtl::OUString& aComponent)
throw (::com::sun::star::uno::RuntimeException);
-
+// currently not used
+#if 0
//Notify all listener of component change
void notifyListeners(const rtl::OUString& aGconfKey);
-
+#endif
protected:
/**
Service constructor from a service factory.