diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-10-02 14:03:43 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-10-02 16:49:48 +0200 |
commit | cf22cb1298937f1e2878319024afbaab129a432b (patch) | |
tree | d318c99a762bcc1e198161b4b8e11478a82af5f4 /sw/source/ui/vba | |
parent | 4c0454eadbcf2a47010faa7777d2e52f67e44891 (diff) |
-Werror,-Wunused-const-variable
Change-Id: I5126e80f2876da5275061d2c824a0d3213d76b9a
Diffstat (limited to 'sw/source/ui/vba')
-rw-r--r-- | sw/source/ui/vba/vbaborders.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/source/ui/vba/vbaborders.cxx b/sw/source/ui/vba/vbaborders.cxx index dff81949a751..1e2d8ff7e690 100644 --- a/sw/source/ui/vba/vbaborders.cxx +++ b/sw/source/ui/vba/vbaborders.cxx @@ -42,9 +42,6 @@ static const sal_Int16 supportedIndexTable[] = { word::WdBorderType::wdBorderBot const static OUString sTableBorder("TableBorder"); // Equiv widths in in 1/100 mm -const static sal_Int32 OOLineThin = 35; -const static sal_Int32 OOLineMedium = 88; -const static sal_Int32 OOLineThick = 141; const static sal_Int32 OOLineHairline = 2; class SwVbaBorder : public SwVbaBorder_Base |