18e3a06d4SAndrew Rist/**************************************************************
2*cd937af9Smseidel *
38e3a06d4SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
48e3a06d4SAndrew Rist * or more contributor license agreements.  See the NOTICE file
58e3a06d4SAndrew Rist * distributed with this work for additional information
68e3a06d4SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
78e3a06d4SAndrew Rist * to you under the Apache License, Version 2.0 (the
88e3a06d4SAndrew Rist * "License"); you may not use this file except in compliance
98e3a06d4SAndrew Rist * with the License.  You may obtain a copy of the License at
10*cd937af9Smseidel *
118e3a06d4SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*cd937af9Smseidel *
138e3a06d4SAndrew Rist * Unless required by applicable law or agreed to in writing,
148e3a06d4SAndrew Rist * software distributed under the License is distributed on an
158e3a06d4SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
168e3a06d4SAndrew Rist * KIND, either express or implied.  See the License for the
178e3a06d4SAndrew Rist * specific language governing permissions and limitations
188e3a06d4SAndrew Rist * under the License.
19*cd937af9Smseidel *
208e3a06d4SAndrew Rist *************************************************************/
218e3a06d4SAndrew Rist
228e3a06d4SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include <editeng/editrids.hrc>
25cdf0e10cSrcweir
26cdf0e10cSrcweirString RID_OUTLUNDO_HEIGHT
27cdf0e10cSrcweir{
28cdf0e10cSrcweir	Text [ en-US ] = "Move" ;
29cdf0e10cSrcweir};
30cdf0e10cSrcweirString RID_OUTLUNDO_DEPTH
31cdf0e10cSrcweir{
32cdf0e10cSrcweir	Text [ en-US ] = "Indent" ;
33cdf0e10cSrcweir};
34cdf0e10cSrcweirString RID_OUTLUNDO_EXPAND
35cdf0e10cSrcweir{
36cdf0e10cSrcweir	Text [ en-US ] = "Show subpoints" ;
37cdf0e10cSrcweir};
38cdf0e10cSrcweirString RID_OUTLUNDO_COLLAPSE
39cdf0e10cSrcweir{
40cdf0e10cSrcweir	Text [ en-US ] = "Collapse" ;
41cdf0e10cSrcweir};
42cdf0e10cSrcweirString RID_OUTLUNDO_ATTR
43cdf0e10cSrcweir{
44cdf0e10cSrcweir	Text [ en-US ] = "Apply attributes" ;
45cdf0e10cSrcweir};
46cdf0e10cSrcweirString RID_OUTLUNDO_INSERT
47cdf0e10cSrcweir{
48cdf0e10cSrcweir	Text [ en-US ] = "Insert" ;
49cdf0e10cSrcweir};
50cdf0e10cSrcweir
51*cd937af9Smseidel// ********************************************************************** EOF
52