diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2018-03-19 11:01:25 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2018-03-20 07:43:34 +0100 |
commit | 39fd78b79efd00e27ea068c03edf83b9dc6b9b57 (patch) | |
tree | 6fc592f8f655ad21ccb4d60fee6c7484d1dd7669 /xmloff/Library_xo.mk | |
parent | ecb20d71ff6bd6e6230c06a2c50ee71d35c88949 (diff) |
tdf#83877 ODF: Load signature lines
Change-Id: I6a92246161be34bc6ecea8f1c04229a5dd593deb
Reviewed-on: https://gerrit.libreoffice.org/51535
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'xmloff/Library_xo.mk')
-rw-r--r-- | xmloff/Library_xo.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmloff/Library_xo.mk b/xmloff/Library_xo.mk index 0f2156ce2364..031e7da6ab5d 100644 --- a/xmloff/Library_xo.mk +++ b/xmloff/Library_xo.mk @@ -141,6 +141,7 @@ $(eval $(call gb_Library_add_exception_objects,xo,\ xmloff/source/draw/sdxmlimp \ xmloff/source/draw/shapeexport \ xmloff/source/draw/shapeimport \ + xmloff/source/draw/SignatureLineContext \ xmloff/source/draw/xexptran \ xmloff/source/draw/ximp3dobject \ xmloff/source/draw/ximp3dscene \ |