diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2017-04-24 01:23:45 +1000 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2017-04-27 08:19:36 +0200 |
commit | 5455516b006330bf16928cea9f574d00037bd536 (patch) | |
tree | 3deb66a699c09c8d2630185d6e3c062f55d2db13 /include/vcl | |
parent | b15b1743fcc976b023456acbff4415de35c9c9c5 (diff) |
vcl: minor whitespace cleanup in errinf.hxx
Change-Id: I00e2fc57f4d277ed03fd3f02614eb6372d272551
Reviewed-on: https://gerrit.libreoffice.org/36856
Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/errinf.hxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/include/vcl/errinf.hxx b/include/vcl/errinf.hxx index 32be5d99a635..2d42e5deffc7 100644 --- a/include/vcl/errinf.hxx +++ b/include/vcl/errinf.hxx @@ -104,7 +104,7 @@ namespace o3tl } typedef DialogMask WindowDisplayErrorFunc( - vcl::Window *, DialogMask nMask, const OUString &rErr, const OUString &rAction); + vcl::Window*, DialogMask nMask, const OUString &rErr, const OUString &rAction); typedef void BasicDisplayErrorFunc( const OUString &rErr, const OUString &rAction); @@ -117,8 +117,8 @@ public: ErrorHandler(); virtual ~ErrorHandler(); - static DialogMask HandleError ( sal_uInt32 lId, DialogMask nMask = DialogMask::MAX ); - static bool GetErrorString( sal_uInt32 lId, OUString& rStr ); + static DialogMask HandleError(sal_uInt32 lId, DialogMask nMask = DialogMask::MAX); + static bool GetErrorString(sal_uInt32 lId, OUString& rStr); protected: virtual bool CreateString(const ErrorInfo*, OUString &) const = 0; @@ -132,7 +132,7 @@ private: public: - ErrorInfo( sal_uInt32 lArgUserId ) : + ErrorInfo(sal_uInt32 lArgUserId) : lUserId( lArgUserId ){} virtual ~ErrorInfo(); @@ -164,7 +164,7 @@ private: public: - StringErrorInfo( sal_uInt32 lUserId, + StringErrorInfo(sal_uInt32 lUserId, const OUString& aStringP, DialogMask nMask = DialogMask::NONE); const OUString& GetErrorString() const { return aString; } @@ -199,7 +199,7 @@ public: ErrorContext(vcl::Window *pWin); virtual ~ErrorContext(); - virtual bool GetString( sal_uInt32 nErrId, OUString& rCtxStr ) = 0; + virtual bool GetString(sal_uInt32 nErrId, OUString& rCtxStr) = 0; vcl::Window* GetParent(); static ErrorContext* GetContext(); |