summaryrefslogtreecommitdiff
path: root/idlc/inc/astneeds.hxx
diff options
context:
space:
mode:
authorPhilipp Hofer <philipp.hofer@protonmail.com>2020-11-12 13:00:40 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-11-13 15:19:47 +0100
commit9c9a8229201bd134df923420c97db84688a7813c (patch)
treed9f29095ddeeefc83f0fbcb4c01601b4e0f4b2d3 /idlc/inc/astneeds.hxx
parent7721e7a79733a5ac5e029869eeb88638ec00102e (diff)
tdf#123936 Formatting files in module idl with clang-format
Change-Id: I0a2681218773288c14b6faf98dd0bb8a7dbac56d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105679 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'idlc/inc/astneeds.hxx')
-rw-r--r--idlc/inc/astneeds.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/idlc/inc/astneeds.hxx b/idlc/inc/astneeds.hxx
index d0914222a091..13d2dbbef197 100644
--- a/idlc/inc/astneeds.hxx
+++ b/idlc/inc/astneeds.hxx
@@ -27,10 +27,11 @@ public:
AstNeeds(AstService* pRealService, const OString& name, AstScope* pScope)
: AstDeclaration(NT_needs, name, pScope)
, m_pRealService(pRealService)
- {}
+ {
+ }
+
+ AstService* getRealService() { return m_pRealService; }
- AstService* getRealService()
- { return m_pRealService; }
private:
AstService* m_pRealService;
};