diff options
author | Muhammet Kara <muhammet.kara@pardus.org.tr> | 2017-07-05 10:36:06 +0300 |
---|---|---|
committer | Muhammet Kara <muhammet.kara@pardus.org.tr> | 2017-07-22 22:27:14 +0200 |
commit | 9f45e431abf0cc24cb1db86a0dd0979848d8eb8d (patch) | |
tree | a7413242624927d22c9fc0a22f239971d02fb798 /cui/Library_cui.mk | |
parent | 5a883e94f372da0cb2340df5af8cf9b8bc54fc74 (diff) |
Add new helper class to cui for SvxConfigPage
And kill the temporary namespace killmelater.
This class will contain helper functions/methods
for use of the tab pages of the Customize Dialog.
Change-Id: I63a05c9495a79009ed5b47f7790a46cff9f58c6a
Reviewed-on: https://gerrit.libreoffice.org/39617
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Muhammet Kara <muhammet.kara@pardus.org.tr>
Reviewed-on: https://gerrit.libreoffice.org/40308
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 8f29a4fa3ce0..4efdb440b242 100644 --- a/cui/Library_cui.mk +++ b/cui/Library_cui.mk @@ -88,6 +88,7 @@ $(eval $(call gb_Library_add_exception_objects,cui,\ cui/source/customize/cfgutil \ cui/source/customize/eventdlg \ cui/source/customize/macropg \ + cui/source/customize/SvxConfigPageHelper \ cui/source/customize/SvxMenuConfigPage \ cui/source/customize/SvxToolbarConfigPage \ cui/source/dialogs/about \ |