summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/gui/dp_gui_service.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-03-22 10:06:45 +0000
committerOliver Bolte <obo@openoffice.org>2006-03-22 10:06:45 +0000
commit3a74c4b3901df383852f1d8a6a0c4d4c4733aa5f (patch)
tree30f6dce0e993a133fdef25ddf2fe1e3bef276f66 /desktop/source/deployment/gui/dp_gui_service.cxx
parent801a501e4b6fb79f76d355d20ca92605a26c8e6c (diff)
INTEGRATION: CWS fsfixes02 (1.9.10); FILE MERGED
2006/03/20 09:46:33 fridrich_strba 1.9.10.1: Issue number: i63088 Submitted by: cyrillem Reviewed by: fridrich_strba Fix build breakages with some older compilers
Diffstat (limited to 'desktop/source/deployment/gui/dp_gui_service.cxx')
-rw-r--r--desktop/source/deployment/gui/dp_gui_service.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/desktop/source/deployment/gui/dp_gui_service.cxx b/desktop/source/deployment/gui/dp_gui_service.cxx
index e5f874f63c1a..11a9f791aaae 100644
--- a/desktop/source/deployment/gui/dp_gui_service.cxx
+++ b/desktop/source/deployment/gui/dp_gui_service.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: dp_gui_service.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: rt $ $Date: 2006-03-06 10:19:17 $
+ * last change: $Author: obo $ $Date: 2006-03-22 11:06:45 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -201,8 +201,9 @@ void ServiceImpl::trigger( OUString const & event ) throw (RuntimeException)
}
namespace sdecl = comphelper::service_decl;
+sdecl::class_<ServiceImpl, sdecl::with_args<true> > serviceSI;
sdecl::ServiceDecl const serviceDecl(
- sdecl::class_<ServiceImpl, sdecl::with_args<true> >(),
+ serviceSI,
"com.sun.star.comp.deployment.ui.PackageManagerDialog",
"com.sun.star.deployment.ui.PackageManagerDialog" );