diff options
Diffstat (limited to 'oox/source/ole')
-rw-r--r-- | oox/source/ole/vbacontrol.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/oox/source/ole/vbacontrol.cxx b/oox/source/ole/vbacontrol.cxx index 962188471ddb..cde38bf8ebb2 100644 --- a/oox/source/ole/vbacontrol.cxx +++ b/oox/source/ole/vbacontrol.cxx @@ -71,8 +71,6 @@ const sal_uInt16 VBA_SITE_UNKNOWN = 0x7FFF; const sal_uInt32 VBA_SITE_TABSTOP = 0x00000001; const sal_uInt32 VBA_SITE_VISIBLE = 0x00000002; -const sal_uInt32 VBA_SITE_DEFAULTBUTTON = 0x00000004; -const sal_uInt32 VBA_SITE_CANCELBUTTON = 0x00000008; const sal_uInt32 VBA_SITE_OSTREAM = 0x00000010; const sal_uInt32 VBA_SITE_DEFFLAGS = 0x00000033; |