diff options
Diffstat (limited to 'sw/Library_sw.mk')
-rw-r--r-- | sw/Library_sw.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/Library_sw.mk b/sw/Library_sw.mk index e7249c8714c9..ff77482c3b3e 100644 --- a/sw/Library_sw.mk +++ b/sw/Library_sw.mk @@ -135,6 +135,7 @@ $(eval $(call gb_Library_add_exception_objects,sw,\ sw/source/core/bastyp/swregion \ sw/source/core/bastyp/swtypes \ sw/source/core/bastyp/tabcol \ + sw/source/core/crsr/annotationmark \ sw/source/core/crsr/BlockCursor \ sw/source/core/crsr/bookmrk \ sw/source/core/crsr/callnk \ @@ -573,6 +574,7 @@ $(eval $(call gb_Library_add_exception_objects,sw,\ sw/source/ui/docvw/DashedLine \ sw/source/ui/docvw/FrameControlsManager \ sw/source/ui/docvw/PageBreakWin \ + sw/source/ui/docvw/OverlayRanges \ sw/source/ui/docvw/PostItMgr \ sw/source/ui/docvw/ShadowOverlayObject \ sw/source/ui/docvw/SidebarTxtControl \ |