Also add some missing include guards. Change-Id: I320a3c017ca65d34f2cd516849bcde3dec9b33f1
43 lines
1.7 KiB
Plaintext
43 lines
1.7 KiB
Plaintext
/*
|
|
* This file is part of the LibreOffice project.
|
|
*
|
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
*
|
|
* This file incorporates work covered by the following license notice:
|
|
*
|
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
|
* contributor license agreements. See the NOTICE file distributed
|
|
* with this work for additional information regarding copyright
|
|
* ownership. The ASF licenses this file to you under the Apache
|
|
* License, Version 2.0 (the "License"); you may not use this file
|
|
* except in compliance with the License. You may obtain a copy of
|
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
|
*/
|
|
|
|
#ifndef _SD_ACCESSIBILITY_HRC
|
|
#define _SD_ACCESSIBILITY_HRC
|
|
|
|
#include <sfx2/sfx.hrc>
|
|
|
|
#define SID_SD_A11Y_START (SID_SD_START+600)
|
|
|
|
#define SID_SD_A11Y_D_DRAWVIEW_N (SID_SD_A11Y_START + 0)
|
|
#define SID_SD_A11Y_D_DRAWVIEW_D (SID_SD_A11Y_START + 1)
|
|
|
|
#define SID_SD_A11Y_I_DRAWVIEW_N (SID_SD_A11Y_START + 2)
|
|
#define SID_SD_A11Y_I_DRAWVIEW_D (SID_SD_A11Y_START + 3)
|
|
#define SID_SD_A11Y_I_OUTLINEVIEW_N (SID_SD_A11Y_START + 4)
|
|
#define SID_SD_A11Y_I_OUTLINEVIEW_D (SID_SD_A11Y_START + 5)
|
|
#define SID_SD_A11Y_I_SLIDEVIEW_N (SID_SD_A11Y_START + 6)
|
|
#define SID_SD_A11Y_I_SLIDEVIEW_D (SID_SD_A11Y_START + 7)
|
|
#define SID_SD_A11Y_I_NOTESVIEW_N (SID_SD_A11Y_START + 8)
|
|
#define SID_SD_A11Y_I_NOTESVIEW_D (SID_SD_A11Y_START + 9)
|
|
#define SID_SD_A11Y_I_HANDOUTVIEW_N (SID_SD_A11Y_START + 10)
|
|
#define SID_SD_A11Y_I_HANDOUTVIEW_D (SID_SD_A11Y_START + 11)
|
|
|
|
|
|
#endif /* _SD_ACCESSIBILITY_HRC */
|
|
|