blob: 7b1762566b95749d333ddc7b6c2899f31087c835 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
#ifndef _SVX_ZOOM_DEF_HXX
#define _SVX_ZOOM_DEF_HXX
#define ZOOMBTN_OPTIMAL ((USHORT)0x0001)
#define ZOOMBTN_PAGEWIDTH ((USHORT)0x0002)
#define ZOOMBTN_WHOLEPAGE ((USHORT)0x0004)
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|