summaryrefslogtreecommitdiffstats
path: root/basic/source/inc/sbjsmeth.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/sbjsmeth.hxx
parenttdf#123936 Formatting files in module basegfx with clang-format (diff)
downloadcore-16389aae367ebfa8ce19f8ee1c26232fec7ff729.tar.gz
core-16389aae367ebfa8ce19f8ee1c26232fec7ff729.zip
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/sbjsmeth.hxx')
-rw-r--r--basic/source/inc/sbjsmeth.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/basic/source/inc/sbjsmeth.hxx b/basic/source/inc/sbjsmeth.hxx
index b813eebd9183..6121d4c98f17 100644
--- a/basic/source/inc/sbjsmeth.hxx
+++ b/basic/source/inc/sbjsmeth.hxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#pragma once
#include <basic/sbmeth.hxx>
@@ -29,11 +28,10 @@
class SbJScriptMethod : public SbMethod
{
public:
- SbJScriptMethod( SbxDataType );
+ SbJScriptMethod(SbxDataType);
virtual ~SbJScriptMethod() override;
- SBX_DECL_PERSIST_NODATA(SBXID_JSCRIPTMETH,2);
+ SBX_DECL_PERSIST_NODATA(SBXID_JSCRIPTMETH, 2);
};
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */