diff options
author | Noel Grandin <noel@peralex.com> | 2016-02-08 11:41:46 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-02-08 14:00:38 +0200 |
commit | 04e22bee0a79008a39dc9d78a460941f738020a6 (patch) | |
tree | 8a9f1b1bcb646049925e2772ff16c32ef42b28b9 /idl/inc/database.hxx | |
parent | 81c82cabe53101b828c56af71c5bd49b9ca60a21 (diff) |
format IDL compiler headers a little
Change-Id: I54cb7a664908f8817958d4482a5adfdc6d2a0f3d
Diffstat (limited to 'idl/inc/database.hxx')
-rw-r--r-- | idl/inc/database.hxx | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/idl/inc/database.hxx b/idl/inc/database.hxx index 7852e80d2d83..c9259bf22fdf 100644 --- a/idl/inc/database.hxx +++ b/idl/inc/database.hxx @@ -42,14 +42,15 @@ public: : nLine(nL), nColumn(nC) {} const OString& GetText() const { return aText; } - void SetText( const OString& rT ) { aText = rT; } + void SetText( const OString& rT ) { aText = rT; } bool IsError() const { return nLine != 0; } SvIdlError & operator = ( const SvIdlError & rRef ) - { aText = rRef.aText; - nLine = rRef.nLine; - nColumn = rRef.nColumn; - return *this; - } + { + aText = rRef.aText; + nLine = rRef.nLine; + nColumn = rRef.nColumn; + return *this; + } }; class SvIdlDataBase @@ -68,7 +69,7 @@ class SvIdlDataBase SvRefMemberList<SvMetaType *> aTmpTypeList; // not persistent protected: - ::std::set< OUString > m_DepFiles; + ::std::set< OUString > m_DepFiles; SvMetaObjectMemberStack aContextStack; OUString aPath; SvIdlError aError; |