diff options
author | Szymon Kłos <eszkadev@gmail.com> | 2016-06-02 15:43:45 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2016-06-28 07:53:22 +0000 |
commit | c4e0d6596da5ef2aa040b9974aac987c6a93bb6d (patch) | |
tree | c920a093acd572470cc87dd9c94798111242be0e /sd/Library_sd.mk | |
parent | be40d4e7102d79d1e3aac5771869585cd1545379 (diff) |
notebookbar: added slide transition tab
- created VclVBox control which creates SlideTransitionPane
- SlideTransitionPane extended with second constructor
which loads ui in horizontal mode
- introduced CloseMethod for NotebookBar to kill widgets in right order
Change-Id: Ic3ba35cb7734aa744a4804c5b670fed7c1bec204
Reviewed-on: https://gerrit.libreoffice.org/25844
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sd/Library_sd.mk')
-rw-r--r-- | sd/Library_sd.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/Library_sd.mk b/sd/Library_sd.mk index ae04336e21fb..eab6571024d2 100644 --- a/sd/Library_sd.mk +++ b/sd/Library_sd.mk @@ -180,6 +180,7 @@ $(eval $(call gb_Library_add_exception_objects,sd,\ sd/source/ui/animations/CustomAnimationPane \ sd/source/ui/animations/STLPropertySet \ sd/source/ui/animations/SlideTransitionPane \ + sd/source/ui/animations/SlideTransitionBox \ sd/source/ui/animations/motionpathtag \ sd/source/ui/annotations/annotationmanager \ sd/source/ui/annotations/annotationtag \ |