summaryrefslogtreecommitdiff
path: root/autodoc/source/ary/cpp/tplparam.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/source/ary/cpp/tplparam.hxx')
-rw-r--r--autodoc/source/ary/cpp/tplparam.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/autodoc/source/ary/cpp/tplparam.hxx b/autodoc/source/ary/cpp/tplparam.hxx
index a720eff22776..701a2ad361e3 100644
--- a/autodoc/source/ary/cpp/tplparam.hxx
+++ b/autodoc/source/ary/cpp/tplparam.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
@@ -51,7 +51,7 @@ class TemplateParameter
public:
virtual ~TemplateParameter() {}
- virtual intt Compare(
+ virtual intt Compare(
const TemplateParameter &
i_rOther ) const = 0;
virtual void Get_Text(
@@ -65,10 +65,10 @@ class TplParameter_Type : public TemplateParameter
{
public:
TplParameter_Type(
- Tid i_nType );
+ Tid i_nType );
~TplParameter_Type();
- virtual intt Compare(
+ virtual intt Compare(
const TemplateParameter &
i_rOther ) const;
virtual void Get_Text(
@@ -76,7 +76,7 @@ class TplParameter_Type : public TemplateParameter
const ary::cpp::Gate &
i_rGate ) const;
private:
- Tid nType;
+ Tid nType;
};
} // namespace ut