diff options
author | Armin Le Grand <Armin.Le.Grand@cib.de> | 2016-08-26 14:48:17 +0200 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2016-08-28 00:32:50 +0200 |
commit | e2d26860f99b5e162c0af62db809a22198ab0cf9 (patch) | |
tree | 42ae26ba337f48a3f566d96ae7e8eaee7a418f8c /cui/Library_cui.mk | |
parent | f9238c34f090adcc6a9da71349b776e7416ade91 (diff) |
screenshot: added functionality to dialog
Moved code to cui, added abstraction for AbstractDialog,
adapted rendering, changed selection, added better selection
visualization, added save ressources and dialog, creating
pure screenshot with annotation display
Change-Id: I533d9f559ee17cd46105b934bcf4beef87b96168
Diffstat (limited to 'cui/Library_cui.mk')
-rw-r--r-- | cui/Library_cui.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cui/Library_cui.mk b/cui/Library_cui.mk index cc3b3144d76f..ea46629fbfed 100644 --- a/cui/Library_cui.mk +++ b/cui/Library_cui.mk @@ -115,6 +115,7 @@ $(eval $(call gb_Library_add_exception_objects,cui,\ cui/source/dialogs/multipat \ cui/source/dialogs/newtabledlg \ cui/source/dialogs/passwdomdlg \ + cui/source/dialogs/screenshotannotationdlg \ cui/source/dialogs/pastedlg \ cui/source/dialogs/postdlg \ cui/source/dialogs/scriptdlg \ |