Bump version to 6.4-15
[LibreOffice.git] / sw / sdi / _navsh.sdi
blob03ecd8498544d8fba58271f1ca9a3224f855e96b
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  */
10 interface _Navigation
12     SfxVoidItem NavigateBack FN_NAVIGATION_BACK
13     [
14         ExecMethod = Execute ;
15         StateMethod = GetState;
16         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
17     ]
19     SfxVoidItem NavigateForward FN_NAVIGATION_FORWARD
20     [
21         ExecMethod = Execute ;
22         StateMethod = GetState;
23         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
24     ]
28 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */