xref: /AOO41X/main/svtools/source/control/ruler.src (revision 2bfcd321e2172336182a43e6d401b533c4283ceb)
1*2bfcd321SSteve Yin/*************************************************************************
2*2bfcd321SSteve Yin *
3*2bfcd321SSteve Yin * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4*2bfcd321SSteve Yin *
5*2bfcd321SSteve Yin * Copyright IBM Corporation 2010.
6*2bfcd321SSteve Yin * Copyright 2000, 2010 Oracle and/or its affiliates.
7*2bfcd321SSteve Yin *
8*2bfcd321SSteve Yin * OpenOffice.org - a multi-platform office productivity suite
9*2bfcd321SSteve Yin *
10*2bfcd321SSteve Yin * This file is part of OpenOffice.org.
11*2bfcd321SSteve Yin *
12*2bfcd321SSteve Yin * OpenOffice.org is free software: you can redistribute it and/or modify
13*2bfcd321SSteve Yin * it under the terms of the GNU Lesser General Public License version 3
14*2bfcd321SSteve Yin * only, as published by the Free Software Foundation.
15*2bfcd321SSteve Yin *
16*2bfcd321SSteve Yin * OpenOffice.org is distributed in the hope that it will be useful,
17*2bfcd321SSteve Yin * but WITHOUT ANY WARRANTY; without even the implied warranty of
18*2bfcd321SSteve Yin * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19*2bfcd321SSteve Yin * GNU Lesser General Public License version 3 for more details
20*2bfcd321SSteve Yin * (a copy is included in the LICENSE file that accompanied this code).
21*2bfcd321SSteve Yin *
22*2bfcd321SSteve Yin * You should have received a copy of the GNU Lesser General Public License
23*2bfcd321SSteve Yin * version 3 along with OpenOffice.org.  If not, see
24*2bfcd321SSteve Yin * <http://www.openoffice.org/license.html>
25*2bfcd321SSteve Yin * for a copy of the LGPLv3 License.
26*2bfcd321SSteve Yin *
27*2bfcd321SSteve Yin ************************************************************************/
28*2bfcd321SSteve Yin
29*2bfcd321SSteve Yin#include "svtools/svtools.hrc"
30*2bfcd321SSteve Yin
31*2bfcd321SSteve Yin//IAccessibility2 Implementation 2009-----
32*2bfcd321SSteve Yin//add by duan mei hua, 2006/09/05, for issue 174
33*2bfcd321SSteve YinString STR_SVT_ACC_RULER_HORZ_NAME
34*2bfcd321SSteve Yin{
35*2bfcd321SSteve Yin	Text[ en-US ] = "Horizontal Ruler";
36*2bfcd321SSteve Yin};
37*2bfcd321SSteve YinString STR_SVT_ACC_RULER_VERT_NAME
38*2bfcd321SSteve Yin{
39*2bfcd321SSteve Yin	Text[ en-US ] = "Vertical Ruler";
40*2bfcd321SSteve Yin};
41*2bfcd321SSteve Yin//end add by duan mei hua, 2006/09/05, for issue 174
42*2bfcd321SSteve Yin//-----IAccessibility2 Implementation 2009
43