summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/unokywds.hxx
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2001-05-11 06:52:08 +0000
committerChristian Lippka <cl@openoffice.org>2001-05-11 06:52:08 +0000
commit2a93f19ee50e4325a88f6bce624ee91669b1beac (patch)
tree664051d7461c327015ce382c0597daeb53ae7140 /sd/source/ui/inc/unokywds.hxx
parent06074ac7adcc9108f214aad8850cbaf8e5e76061 (diff)
#86157# moved layer settings to view settings
Diffstat (limited to 'sd/source/ui/inc/unokywds.hxx')
-rw-r--r--sd/source/ui/inc/unokywds.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sd/source/ui/inc/unokywds.hxx b/sd/source/ui/inc/unokywds.hxx
index 9dd61e1babf9..adcb27819c5c 100644
--- a/sd/source/ui/inc/unokywds.hxx
+++ b/sd/source/ui/inc/unokywds.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unokywds.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: cl $ $Date: 2001-04-30 15:10:59 $
+ * last change: $Author: cl $ $Date: 2001-05-11 07:51:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -235,6 +235,9 @@ SD_CONSTASCII_ACTION( sUNO_View_GridSnapWidthXNumerator, "GridSnapWidthXN
SD_CONSTASCII_ACTION( sUNO_View_GridSnapWidthXDenominator, "GridSnapWidthXDenominator" );
SD_CONSTASCII_ACTION( sUNO_View_GridSnapWidthYNumerator, "GridSnapWidthYNumerator" );
SD_CONSTASCII_ACTION( sUNO_View_GridSnapWidthYDenominator, "GridSnapWidthYDenominator" );
+SD_CONSTASCII_ACTION( sUNO_View_VisibleLayers, "VisibleLayers" );
+SD_CONSTASCII_ACTION( sUNO_View_PrintableLayers, "PrintableLayers" );
+SD_CONSTASCII_ACTION( sUNO_View_LockedLayers, "LockedLayers" );
#endif