diff options
Diffstat (limited to 'odk/examples/cpp')
-rw-r--r-- | odk/examples/cpp/complextoolbarcontrols/CalcListener.cxx | 9 |
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: */ |