summaryrefslogtreecommitdiff
path: root/pyuno
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-10-15 12:04:01 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-10-15 12:04:01 +0000
commit794e415906287d74aecdc51fd9174d1d29a201f1 (patch)
treec86840e89604b72758847c3eeefdf3684c46963b /pyuno
parentc48aeb164c709164ffd476a19c43d8acac52268c (diff)
INTEGRATION: CWS sb71 (1.12.32); FILE MERGED
2007/04/12 08:24:04 sb 1.12.32.1: #i75466# Missing include.
Diffstat (limited to 'pyuno')
-rw-r--r--pyuno/source/module/pyuno_module.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/pyuno/source/module/pyuno_module.cxx b/pyuno/source/module/pyuno_module.cxx
index ae797e0eb7a6..f3a479fe5895 100644
--- a/pyuno/source/module/pyuno_module.cxx
+++ b/pyuno/source/module/pyuno_module.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: pyuno_module.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: hr $ $Date: 2006-06-20 05:04:11 $
+ * last change: $Author: vg $ $Date: 2007-10-15 13:04:01 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -51,6 +51,7 @@
#include <com/sun/star/reflection/XIdlReflection.hpp>
#include <com/sun/star/reflection/XIdlClass.hpp>
+#include <com/sun/star/registry/InvalidRegistryException.hpp>
using osl::Module;