diff options
author | Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr> | 2011-09-20 15:22:02 +0200 |
---|---|---|
committer | Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr> | 2011-09-20 17:01:19 +0200 |
commit | 589f754e7c2fa6d62fb8a8b566757c9cf5bea893 (patch) | |
tree | 8bed5616e930a193679bf8dd90d9c74477d91223 /sw/Library_sw.mk | |
parent | fbb48a21a8c2f4ba00f96544fafc8eb8e908aa10 (diff) |
Header/Footer: move the separator line painting to a Window control
This avoids drawing control things on the document OutputDevice and
helps keeping them properly refreshed without refreshing the whole
document layout.
Diffstat (limited to 'sw/Library_sw.mk')
-rw-r--r-- | sw/Library_sw.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/Library_sw.mk b/sw/Library_sw.mk index 35b2b032b418..709b4b5929a8 100644 --- a/sw/Library_sw.mk +++ b/sw/Library_sw.mk @@ -583,6 +583,7 @@ $(eval $(call gb_Library_add_exception_objects,sw,\ sw/source/ui/docvw/AnchorOverlayObject \ sw/source/ui/docvw/AnnotationMenuButton \ sw/source/ui/docvw/AnnotationWin \ + sw/source/ui/docvw/DashedLine \ sw/source/ui/docvw/PostItMgr \ sw/source/ui/docvw/ShadowOverlayObject \ sw/source/ui/docvw/SidebarTxtControl \ |