diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-26 22:48:18 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-26 22:48:49 +0900 |
commit | d57d3c3454d46ac347c144c169abefb2c404975f (patch) | |
tree | da7227943cefadae1f3e9f7cc79cbc04d72bf0d3 /desktop | |
parent | b776233cba128bd7610834691da612b2b1a438a0 (diff) |
removed unnecessary forward declarations of class
Change-Id: Id08393f66797ef1c4378c8f3549d0900d4f1c7ec
Diffstat (limited to 'desktop')
5 files changed, 0 insertions, 29 deletions
diff --git a/desktop/source/deployment/gui/dp_gui_updateinstalldialog.hxx b/desktop/source/deployment/gui/dp_gui_updateinstalldialog.hxx index 2cc8a2516b00..d1e4e44c83e4 100644 --- a/desktop/source/deployment/gui/dp_gui_updateinstalldialog.hxx +++ b/desktop/source/deployment/gui/dp_gui_updateinstalldialog.hxx @@ -37,17 +37,8 @@ namespace com { namespace sun { namespace star { namespace deployment { namespace com { namespace sun { namespace star { namespace uno { class XComponentContext; }}}} -namespace com { namespace sun { namespace star { namespace xml { namespace dom { - class XNode; -}}}}} -namespace com { namespace sun { namespace star { namespace xml { namespace xpath { - class XXPathAPI; -}}}}} class Window; -namespace osl { - class Condition; -} namespace dp_gui { diff --git a/desktop/source/deployment/inc/dp_version.hxx b/desktop/source/deployment/inc/dp_version.hxx index 860e3118bc44..be88cb084d03 100644 --- a/desktop/source/deployment/inc/dp_version.hxx +++ b/desktop/source/deployment/inc/dp_version.hxx @@ -24,9 +24,6 @@ #include "com/sun/star/uno/Reference.hxx" #include "dp_misc_api.hxx" -namespace com { namespace sun { namespace star { namespace deployment { - class XPackage; -} } } } namespace rtl { class OUString; } namespace dp_misc { diff --git a/desktop/source/deployment/registry/component/dp_compbackenddb.hxx b/desktop/source/deployment/registry/component/dp_compbackenddb.hxx index b763725d3ddd..8acc9f18586e 100644 --- a/desktop/source/deployment/registry/component/dp_compbackenddb.hxx +++ b/desktop/source/deployment/registry/component/dp_compbackenddb.hxx @@ -32,13 +32,6 @@ namespace com { namespace sun { namespace star { namespace uno { class XComponentContext; } - namespace xml { namespace dom { - class XDocument; - class XNode; - }} - namespace xml { namespace xpath { - class XXPathAPI; - }} }}} namespace dp_registry { diff --git a/desktop/source/deployment/registry/package/dp_extbackenddb.hxx b/desktop/source/deployment/registry/package/dp_extbackenddb.hxx index d3962d9f43f9..8825fbd67583 100644 --- a/desktop/source/deployment/registry/package/dp_extbackenddb.hxx +++ b/desktop/source/deployment/registry/package/dp_extbackenddb.hxx @@ -33,13 +33,6 @@ namespace com { namespace sun { namespace star { namespace uno { class XComponentContext; } - namespace xml { namespace dom { - class XDocument; - class XNode; - }} - namespace xml { namespace xpath { - class XXPathAPI; - }} }}} namespace dp_registry { diff --git a/desktop/source/migration/services/oo3extensionmigration.hxx b/desktop/source/migration/services/oo3extensionmigration.hxx index d16a15b88376..d941c3b4274e 100644 --- a/desktop/source/migration/services/oo3extensionmigration.hxx +++ b/desktop/source/migration/services/oo3extensionmigration.hxx @@ -49,9 +49,6 @@ namespace com { namespace sun { namespace star { namespace uno { class XComponentContext; } - namespace deployment { - class XPackage; - } }}} class INetURLObject; |