Kaydet (Commit) 02a27cbb authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wunused-const-variable

Change-Id: I6c028561f0aa2eb4b1a14ed5646f1c10541512d1
üst 52be14b8
...@@ -71,8 +71,6 @@ const sal_uInt16 VBA_SITE_UNKNOWN = 0x7FFF; ...@@ -71,8 +71,6 @@ const sal_uInt16 VBA_SITE_UNKNOWN = 0x7FFF;
const sal_uInt32 VBA_SITE_TABSTOP = 0x00000001; const sal_uInt32 VBA_SITE_TABSTOP = 0x00000001;
const sal_uInt32 VBA_SITE_VISIBLE = 0x00000002; 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_OSTREAM = 0x00000010;
const sal_uInt32 VBA_SITE_DEFFLAGS = 0x00000033; const sal_uInt32 VBA_SITE_DEFFLAGS = 0x00000033;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment