diff options
author | Gulsah Kose <gulsah.1004@gmail.com> | 2015-12-09 23:22:25 +0200 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2015-12-30 22:58:10 +0200 |
commit | 5fe01e8b69e40b1acc60b6068aa39cdf625e3ce4 (patch) | |
tree | 2ea0bc179b5b2b5d2aab48a71a36c8d0b1e2a529 /sd/sdi/ViewShellBase.sdi | |
parent | 6c2a9102eeb4d3de6a64780eb2b97415b15ce4a9 (diff) |
tdf#89540 Completed show draw functions button for impress and draw.
v2: failed commit.
v3: Solved slot defination and dimmed button problem.
v4: Tried to find slot execution method.
v5: Added a control for draw toolbar name in impress and draw
v6: Toolbar name control is changed for checking request only impress and draw.
v7: Overrided initialize method of base class.
v8: Control provided with module name.
v9: Cleaned unnecessary included headers
v10: Removed m_sModuleName defination and reused base class' m_sModuleName variable.
Added white space before header files. Moved control into the initialize method.
Control is changed as only controls impress or draw.
Change-Id: I781783a72954af1f16212b981356db472ed48739
Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
Diffstat (limited to 'sd/sdi/ViewShellBase.sdi')
-rw-r--r-- | sd/sdi/ViewShellBase.sdi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sd/sdi/ViewShellBase.sdi b/sd/sdi/ViewShellBase.sdi index 7996781220f8..432958216f13 100644 --- a/sd/sdi/ViewShellBase.sdi +++ b/sd/sdi/ViewShellBase.sdi @@ -137,6 +137,11 @@ interface ViewShellBaseView ExecMethod = Execute ; StateMethod = GetState ; ] + SID_INSERT_DRAW + [ + ExecMethod = Execute ; + StateMethod = GetState ; + ] } shell ViewShellBase |