summaryrefslogtreecommitdiff
path: root/odk/examples/cpp
diff options
context:
space:
mode:
authorPhilipp Hofer <philipp.hofer@protonmail.com>2020-11-12 13:08:05 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-11-21 13:18:11 +0100
commit2184efed3943fe9634e6e361e8b0306a374cbf59 (patch)
treeb34d82e48df968926f331cfa7bbd8cdcb1e9cb31 /odk/examples/cpp
parentd0b3815392d1fb253ed05218422a7f9b37c9df24 (diff)
tdf#123936 Formatting files in module odk with clang-format
Change-Id: I427263ee98206c00cd2b3392fc9f2f55ad1ded5b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105692 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by: Jenkins
Diffstat (limited to 'odk/examples/cpp')
-rw-r--r--odk/examples/cpp/complextoolbarcontrols/CalcListener.cxx9
1 files changed, 2 insertions, 7 deletions
diff --git a/odk/examples/cpp/complextoolbarcontrols/CalcListener.cxx b/odk/examples/cpp/complextoolbarcontrols/CalcListener.cxx
index 38b3326c7754..0b5b0ca1e1ef 100644
--- a/odk/examples/cpp/complextoolbarcontrols/CalcListener.cxx
+++ b/odk/examples/cpp/complextoolbarcontrols/CalcListener.cxx
@@ -17,16 +17,11 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include "MyListener.h"
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
-void SAL_CALL CalcListener::notifyEvent( const ::com::sun::star::document::EventObject& aEvent )
-{
-}
+void SAL_CALL CalcListener::notifyEvent(const ::com::sun::star::document::EventObject& aEvent) {}
-void SAL_CALL CalcListener::disposing( const com::sun::star::lang::EventObject& aSource )
-{
-}
+void SAL_CALL CalcListener::disposing(const com::sun::star::lang::EventObject& aSource) {}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */