summaryrefslogtreecommitdiff
path: root/basic/source/inc/errobject.hxx
diff options
context:
space:
mode:
authorPhilipp Hofer <philipp.hofer@protonmail.com>2020-11-12 12:48:50 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-11-13 14:31:50 +0100
commit16389aae367ebfa8ce19f8ee1c26232fec7ff729 (patch)
tree7aaadc9979fba948691e66ee3ea92cea3b69d0bd /basic/source/inc/errobject.hxx
parent0eaf2092940dc604926d31ef11b6ffb07abedc5a (diff)
tdf#123936 Formatting files in module basic with clang-format
Change-Id: I87736d6f1a1d069c990b4e7b9ca291634ab4fb44 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105646 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'basic/source/inc/errobject.hxx')
-rw-r--r--basic/source/inc/errobject.hxx11
1 files changed, 5 insertions, 6 deletions
diff --git a/basic/source/inc/errobject.hxx b/basic/source/inc/errobject.hxx
index 95900abeb46a..c43e88667f80 100644
--- a/basic/source/inc/errobject.hxx
+++ b/basic/source/inc/errobject.hxx
@@ -21,21 +21,20 @@
#include "sbunoobj.hxx"
#include <ooo/vba/XErrObject.hpp>
-
class SbxErrObject : public SbUnoObject
{
class ErrObject* m_pErrObject;
- css::uno::Reference< ooo::vba::XErrObject > m_xErr;
+ css::uno::Reference<ooo::vba::XErrObject> m_xErr;
- SbxErrObject( const OUString& aName_, const css::uno::Any& aUnoObj_ );
+ SbxErrObject(const OUString& aName_, const css::uno::Any& aUnoObj_);
virtual ~SbxErrObject() override;
public:
- static SbxVariableRef const & getErrObject();
- static css::uno::Reference< ooo::vba::XErrObject > const & getUnoErrObject();
+ static SbxVariableRef const& getErrObject();
+ static css::uno::Reference<ooo::vba::XErrObject> const& getUnoErrObject();
/// @throws css::uno::RuntimeException
- void setNumberAndDescription( ::sal_Int32 _number, const OUString& _description );
+ void setNumberAndDescription(::sal_Int32 _number, const OUString& _description);
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */