summaryrefslogtreecommitdiff
path: root/idlc
diff options
context:
space:
mode:
Diffstat (limited to 'idlc')
-rw-r--r--idlc/inc/idlc/astdeclaration.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/inc/idlc/astdeclaration.hxx b/idlc/inc/idlc/astdeclaration.hxx
index 6226a832de06..a52565ad9012 100644
--- a/idlc/inc/idlc/astdeclaration.hxx
+++ b/idlc/inc/idlc/astdeclaration.hxx
@@ -123,7 +123,7 @@ public:
protected:
OString m_localName;
OString m_scopedName; // full qualified name
- OString m_fullName; // full qualified name with '/' as seperator
+ OString m_fullName; // full qualified name with '/' as separator
AstScope* m_pScope;
NodeType m_nodeType;
sal_Bool m_bImported; // imported ?