summaryrefslogtreecommitdiff
path: root/idlc/inc/idlc/astneeds.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/inc/idlc/astneeds.hxx')
-rw-r--r--idlc/inc/idlc/astneeds.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/idlc/inc/idlc/astneeds.hxx b/idlc/inc/idlc/astneeds.hxx
index c4084dfef5a5..767223e0a1b7 100644
--- a/idlc/inc/idlc/astneeds.hxx
+++ b/idlc/inc/idlc/astneeds.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
@@ -42,7 +42,7 @@ public:
AstService* getRealService()
{ return m_pRealService; }
private:
- AstService* m_pRealService;
+ AstService* m_pRealService;
};
#endif // _IDLC_ASTNEEDS_HXX_