summaryrefslogtreecommitdiff
path: root/svx/inc/svx/zoom_def.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/inc/svx/zoom_def.hxx')
-rwxr-xr-xsvx/inc/svx/zoom_def.hxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/svx/inc/svx/zoom_def.hxx b/svx/inc/svx/zoom_def.hxx
new file mode 100755
index 000000000000..24b1c8607dab
--- /dev/null
+++ b/svx/inc/svx/zoom_def.hxx
@@ -0,0 +1,8 @@
+#ifndef _SVX_ZOOM_DEF_HXX
+#define _SVX_ZOOM_DEF_HXX
+
+#define ZOOMBTN_OPTIMAL ((sal_uInt16)0x0001)
+#define ZOOMBTN_PAGEWIDTH ((sal_uInt16)0x0002)
+#define ZOOMBTN_WHOLEPAGE ((sal_uInt16)0x0004)
+
+#endif