include/vcl/errinf.hxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-)
New commits: commit 5455516b006330bf16928cea9f574d00037bd536 Author: Chris Sherlock <[email protected]> Date: Mon Apr 24 01:23:45 2017 +1000 vcl: minor whitespace cleanup in errinf.hxx Change-Id: I00e2fc57f4d277ed03fd3f02614eb6372d272551 Reviewed-on: https://gerrit.libreoffice.org/36856 Reviewed-by: Chris Sherlock <[email protected]> Tested-by: Chris Sherlock <[email protected]> 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(); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
