summaryrefslogtreecommitdiff
path: root/autodoc/inc/ary/doc/d_boolean.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/inc/ary/doc/d_boolean.hxx')
-rw-r--r--autodoc/inc/ary/doc/d_boolean.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/autodoc/inc/ary/doc/d_boolean.hxx b/autodoc/inc/ary/doc/d_boolean.hxx
index 1bf7bc3e307e..00bab2a1b978 100644
--- a/autodoc/inc/ary/doc/d_boolean.hxx
+++ b/autodoc/inc/ary/doc/d_boolean.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -49,9 +49,9 @@ class Boolean : public Node
{
public:
// LIFECYCLE
- explicit Boolean(
+ explicit Boolean(
nodetype::id i_type );
- virtual ~Boolean();
+ virtual ~Boolean();
// OPERATIONS
void Set(
@@ -64,7 +64,7 @@ class Boolean : public Node
virtual void do_Accept(
csv::ProcessorIfc & io_processor ) const;
// DATA
- bool b;
+ bool b;
};