Version 7.6.3.2-android, tag libreoffice-7.6.3.2-android
[LibreOffice.git] / sw / sdi / _navsh.sdi
blob413355e4312feecbaca1ee8f604e7702c1a430c1
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     ]
18     SfxVoidItem NavigateForward FN_NAVIGATION_FORWARD
19     [
20         ExecMethod = Execute ;
21         StateMethod = GetState;
22     ]
26 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */