diff options
author | Philipp Hofer <philipp.hofer@protonmail.com> | 2020-11-12 13:22:46 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2020-11-18 12:30:04 +0100 |
commit | 0ce86801128b0955dd46aca5e5b5add4b719df0a (patch) | |
tree | 4a6eb3870f6c51ea23bda34523dbe737d16bb572 /toolkit/source/awt/vclxwindows_internal.hxx | |
parent | 49fbda99b4e563be54ee7c85560a5929f0627654 (diff) |
tdf#123936 Formatting files in module toolkit with clang-format
Change-Id: Ib4ee991a05335247d65343dfd3c3bcaf214a9e06
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105720
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'toolkit/source/awt/vclxwindows_internal.hxx')
-rw-r--r-- | toolkit/source/awt/vclxwindows_internal.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolkit/source/awt/vclxwindows_internal.hxx b/toolkit/source/awt/vclxwindows_internal.hxx index 9f4243e07ae9..0425225865ac 100644 --- a/toolkit/source/awt/vclxwindows_internal.hxx +++ b/toolkit/source/awt/vclxwindows_internal.hxx @@ -24,8 +24,8 @@ namespace toolkit { - void setButtonLikeFaceColor( vcl::Window* _pWindow, const css::uno::Any& _rColorValue ); - css::uno::Any getButtonLikeFaceColor( const vcl::Window* _pWindow ); +void setButtonLikeFaceColor(vcl::Window* _pWindow, const css::uno::Any& _rColorValue); +css::uno::Any getButtonLikeFaceColor(const vcl::Window* _pWindow); } #endif // INCLUDED_TOOLKIT_SOURCE_AWT_VCLXWINDOWS_INTERNAL_HXX |