From eeb5bea1d4e41ac190283d3b7d90659acbce5065 Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Wed, 20 Jun 2012 00:50:17 +0900 Subject: removed unused forward declarations of class Change-Id: Iee1b78242e210466375376da3e4dbbaec609cc03 --- configmgr/source/access.hxx | 1 - configmgr/source/broadcaster.hxx | 2 -- configmgr/source/localizedpropertynode.hxx | 3 --- 3 files changed, 6 deletions(-) (limited to 'configmgr') diff --git a/configmgr/source/access.hxx b/configmgr/source/access.hxx index c1c8bf5950e9..1e91fedf1bdc 100644 --- a/configmgr/source/access.hxx +++ b/configmgr/source/access.hxx @@ -87,7 +87,6 @@ namespace rtl { class OUString; } namespace configmgr { class Broadcaster; -class Change; class ChildAccess; class Components; class Node; diff --git a/configmgr/source/broadcaster.hxx b/configmgr/source/broadcaster.hxx index a763303cb380..80fb1dbc5d35 100644 --- a/configmgr/source/broadcaster.hxx +++ b/configmgr/source/broadcaster.hxx @@ -44,8 +44,6 @@ namespace com { namespace sun { namespace star { namespace configmgr { -class Access; - class Broadcaster: private boost::noncopyable { public: void addDisposeNotification( diff --git a/configmgr/source/localizedpropertynode.hxx b/configmgr/source/localizedpropertynode.hxx index fb7742cdbf5c..8fe6c8e5170b 100644 --- a/configmgr/source/localizedpropertynode.hxx +++ b/configmgr/source/localizedpropertynode.hxx @@ -28,9 +28,6 @@ #include "nodemap.hxx" #include "type.hxx" -namespace com { namespace sun { namespace star { namespace uno { - class Any; -} } } } namespace rtl { class OUString; } namespace configmgr { -- cgit