summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/unokywds.hxx
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2001-05-22 14:13:41 +0000
committerChristian Lippka <cl@openoffice.org>2001-05-22 14:13:41 +0000
commit34780ebe8d85115ecc7821c2267769ccc4250511 (patch)
tree28aeea53857da6c39dad44c54cd4578bbf5799a6 /sd/source/ui/inc/unokywds.hxx
parent82a5361a0314cf0a0ee37d6934a73c10b53f66fb (diff)
#87074# fixed visible area export for views to xml
Diffstat (limited to 'sd/source/ui/inc/unokywds.hxx')
-rw-r--r--sd/source/ui/inc/unokywds.hxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/sd/source/ui/inc/unokywds.hxx b/sd/source/ui/inc/unokywds.hxx
index 4b9ccf5c910e..4bb9d241d40b 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.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: cl $ $Date: 2001-05-16 13:41:44 $
+ * last change: $Author: cl $ $Date: 2001-05-22 15:08:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -241,5 +241,10 @@ SD_CONSTASCII_ACTION( sUNO_View_VisibleLayers, "VisibleLayers"
SD_CONSTASCII_ACTION( sUNO_View_PrintableLayers, "PrintableLayers" );
SD_CONSTASCII_ACTION( sUNO_View_LockedLayers, "LockedLayers" );
+SD_CONSTASCII_ACTION( sUNO_View_VisibleAreaTop, "VisibleAreaTop" );
+SD_CONSTASCII_ACTION( sUNO_View_VisibleAreaLeft, "VisibleAreaLeft" );
+SD_CONSTASCII_ACTION( sUNO_View_VisibleAreaWidth, "VisibleAreaWidth" );
+SD_CONSTASCII_ACTION( sUNO_View_VisibleAreaHeight, "VisibleAreaHeight" );
+
#endif