From b78efa182a1130935f699c5f8972895e34a8bd87 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 10 Feb 2014 12:48:36 +0000 Subject: add modelines Change-Id: I5d96a2d1e4c1ffcc736af0666d33a1a62ba628c5 --- framework/source/uielement/popuptoolbarcontroller.cxx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'framework/source') diff --git a/framework/source/uielement/popuptoolbarcontroller.cxx b/framework/source/uielement/popuptoolbarcontroller.cxx index 33f73ec94dd4..debc1816ada7 100644 --- a/framework/source/uielement/popuptoolbarcontroller.cxx +++ b/framework/source/uielement/popuptoolbarcontroller.cxx @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * @@ -398,7 +399,7 @@ throw ( css::uno::Exception, css::uno::RuntimeException ) } void SAL_CALL NewToolbarController::statusChanged( const css::frame::FeatureStateEvent& rEvent ) -throw ( css::uno::RuntimeException ) + throw ( css::uno::RuntimeException ) { if ( rEvent.IsEnabled ) { @@ -593,3 +594,5 @@ org_apache_openoffice_comp_framework_NewToolbarController_get_implementation( { return cppu::acquire(new NewToolbarController(context)); } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit