diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-02-10 12:48:36 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-10 14:48:43 +0000 |
commit | b78efa182a1130935f699c5f8972895e34a8bd87 (patch) | |
tree | 376ce767a9a1e9ed6c8d975052ab41eae6c04ab7 /framework | |
parent | 51dd4ebd065701c4fd5e9d774e44716be0664c24 (diff) |
add modelines
Change-Id: I5d96a2d1e4c1ffcc736af0666d33a1a62ba628c5
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/uielement/popuptoolbarcontroller.cxx | 5 |
1 files changed, 4 insertions, 1 deletions
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: */ |