diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-10-01 16:13:53 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-10-02 16:49:38 +0200 |
commit | 02a27cbb7294f8eb63c539399518053fb4f3bb89 (patch) | |
tree | 2aedd2e9ebd67091c624b0df49d2055b7ad6fa42 /oox/source/ole | |
parent | 52be14b80de8c199a5a2f94ae08a4b51ceb12892 (diff) |
-Werror,-Wunused-const-variable
Change-Id: I6c028561f0aa2eb4b1a14ed5646f1c10541512d1
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; |