summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-11-02 14:22:39 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-11-02 14:22:39 +0000
commite7044e5bddb5f932f64d29ba80cb933bd83e990a (patch)
tree19e2d2e275643fe5fc48c08ef3a775c32da6501d
parentb35590d3b070195b33d55b00ed42611c44f7d03e (diff)
INTEGRATION: CWS adc18 (1.5.56); FILE MERGED
2007/10/18 15:23:11 np 1.5.56.1: #i81775#
-rw-r--r--autodoc/inc/parser/unoidl.hxx13
1 files changed, 5 insertions, 8 deletions
diff --git a/autodoc/inc/parser/unoidl.hxx b/autodoc/inc/parser/unoidl.hxx
index 97cb69f779be..950f5103a51b 100644
--- a/autodoc/inc/parser/unoidl.hxx
+++ b/autodoc/inc/parser/unoidl.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: unoidl.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 16:29:37 $
+ * last change: $Author: hr $ $Date: 2007-11-02 15:22:39 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -48,10 +48,7 @@
namespace ary
{
- namespace n22
- {
- class Repository;
- }
+ class Repository;
}
namespace autodoc
{
@@ -67,7 +64,7 @@ class IdlParser : public ::CodeParser,
{
public:
IdlParser(
- ary::n22::Repository & io_rRepository );
+ ary::Repository & io_rRepository );
virtual void Run(
const autodoc::FileCollector_Ifc &
@@ -75,7 +72,7 @@ class IdlParser : public ::CodeParser,
private:
// DATA
- ary::n22::Repository * pRepository;
+ ary::Repository * pRepository;
};