summaryrefslogtreecommitdiff
path: root/basic/inc/sbxbase.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/inc/sbxbase.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/inc/sbxbase.hxx')
-rw-r--r--basic/inc/sbxbase.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/basic/inc/sbxbase.hxx b/basic/inc/sbxbase.hxx
index 40255c485a8f..80552c2fbf08 100644
--- a/basic/inc/sbxbase.hxx
+++ b/basic/inc/sbxbase.hxx
@@ -35,15 +35,15 @@ class SbxBasicFormater;
// AppData structure for SBX:
struct SbxAppData
{
- ErrCode eErrCode; // Error code
- SbxVariableRef m_aGlobErr; // Global error object
+ ErrCode eErrCode; // Error code
+ SbxVariableRef m_aGlobErr; // Global error object
std::vector<SbxFactory*> m_Factories; // these are owned by fields in SbiGlobals
- tools::SvRef<SvRefBase> mrImplRepository;
+ tools::SvRef<SvRefBase> mrImplRepository;
// Pointer to Format()-Command helper class
- std::unique_ptr<SbxBasicFormater> pBasicFormater;
+ std::unique_ptr<SbxBasicFormater> pBasicFormater;
- LanguageType eBasicFormaterLangType;
+ LanguageType eBasicFormaterLangType;
// It might be useful to store this class 'global' because some string resources are saved here
SbxAppData();