summaryrefslogtreecommitdiff
path: root/basctl/inc
diff options
context:
space:
mode:
authorPhilipp Hofer <philipp.hofer@protonmail.com>2020-11-12 12:48:11 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-11-13 15:11:13 +0100
commit6da61d5fa731fc34dc27607b6dc02b91928e4a54 (patch)
tree499df23c5ab574b94ba56fef9b884adc3d88c750 /basctl/inc
parent65d6173152deab49f9c9ed138f6d9fa56008b800 (diff)
tdf#123936 Formatting files in module basctl with clang-format
Change-Id: I428d5642a19588456ff4af09e2f9f39ae17b2e4d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105644 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'basctl/inc')
-rw-r--r--basctl/inc/iderdll.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/basctl/inc/iderdll.hxx b/basctl/inc/iderdll.hxx
index ef8f28763e68..6bc9bacdaf94 100644
--- a/basctl/inc/iderdll.hxx
+++ b/basctl/inc/iderdll.hxx
@@ -21,15 +21,14 @@
namespace basctl
{
-
class Shell;
class ExtraData;
-void EnsureIde ();
+void EnsureIde();
-void ShellCreated (Shell* pShell);
+void ShellCreated(Shell* pShell);
Shell* GetShell();
-void ShellDestroyed (Shell const * pShell);
+void ShellDestroyed(Shell const* pShell);
ExtraData* GetExtraData();