summaryrefslogtreecommitdiff
path: root/cli_ure/source
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-10-15 11:26:06 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-10-15 11:26:06 +0000
commitfc5207ab0ff620fc9ff6623bdf49d10101048ee3 (patch)
treefda217a8e72476acbf233fd61551090ec2c96227 /cli_ure/source
parent86a009327d66047185b0e67800cb0132692ab1ec (diff)
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.'
Diffstat (limited to 'cli_ure/source')
-rw-r--r--cli_ure/source/climaker/climaker_app.cxx7
1 files 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;