tdf#140967 docxexport: hairline is default and not a specific value
[LibreOffice.git] / bean / BUCK
blob0a0ac72b60ea9315ec5d185783d05fc0cf819cd1
2 java_sources(
3   name = 'officebean-src',
4   srcs = glob(['com/**']),
5   root = '.',
6   visibility = ['PUBLIC'],
9 java_doc(
10   name = 'officebean-javadoc',
11   title = 'LibreOffice API',
12   pkgs = [
13     'com.sun.star.comp.beans',
14   ],
15   paths = ['.'],
16   srcs = glob(['com/**']),
17   deps = [
18     '//:libreoffice',
19     '//:officebean',
20   ],
21   visibility = ['PUBLIC'],