From fc5207ab0ff620fc9ff6623bdf49d10101048ee3 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Mon, 15 Oct 2007 11:26:06 +0000 Subject: [PATCH] INTEGRATION: CWS sb71 (1.13.16); FILE MERGED 2007/10/02 09:07:51 sb 1.13.16.2: RESYNC: (1.13-1.14); FILE MERGED 2007/04/23 09:36:46 sb 1.13.16.1: #i75466# Missing includes.' --- cli_ure/source/climaker/climaker_app.cxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/cli_ure/source/climaker/climaker_app.cxx b/cli_ure/source/climaker/climaker_app.cxx index 2566a2b809c0..4b7d2fd1fe5f 100644 --- a/cli_ure/source/climaker/climaker_app.cxx +++ b/cli_ure/source/climaker/climaker_app.cxx @@ -4,9 +4,9 @@ * * $RCSfile: climaker_app.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: hr $ $Date: 2007-09-27 13:09:54 $ + * last change: $Author: vg $ $Date: 2007-10-15 12:26:06 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -52,9 +52,10 @@ #include "com/sun/star/lang/XInitialization.hpp" #include "com/sun/star/lang/XSingleComponentFactory.hpp" #include "com/sun/star/lang/XComponent.hpp" +#include "com/sun/star/container/XHierarchicalNameAccess.hpp" #include "com/sun/star/container/XSet.hpp" #include "com/sun/star/reflection/XTypeDescriptionEnumerationAccess.hpp" - +#include "com/sun/star/registry/XSimpleRegistry.hpp" using namespace ::std; using namespace ::System::Reflection;