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/source/factory/cuiexp.cxx | |
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/source/factory/cuiexp.cxx')
-rw-r--r-- | cui/source/factory/cuiexp.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cui/source/factory/cuiexp.cxx b/cui/source/factory/cuiexp.cxx index 9ac7c9a61b30..ac53518218e5 100644 --- a/cui/source/factory/cuiexp.cxx +++ b/cui/source/factory/cuiexp.cxx @@ -37,6 +37,7 @@ #include "linkdlg.hxx" #include "postdlg.hxx" #include "passwdomdlg.hxx" +#include "screenshotannotationdlg.hxx" #include "cuihyperdlg.hxx" #include "selector.hxx" #include "SpellDialog.hxx" |