bump product version to 4.1.6.2
[LibreOffice.git] / sw / sdi / _navsh.sdi
blob458e78c0d6803617784d83701cc75ec0d748afcb
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
11 [ Automation = FALSE; ]
13     SfxVoidItem NavigateBack FN_NAVIGATION_BACK
14     [
15         ExecMethod = Execute ;
16         StateMethod = GetState;
17         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
18     ]
20     SfxVoidItem NavigateForward FN_NAVIGATION_FORWARD
21     [
22         ExecMethod = Execute ;
23         StateMethod = GetState;
24         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
25     ]
29 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */