summaryrefslogtreecommitdiffstats
path: root/include/cui
diff options
context:
space:
mode:
authorGülşah Köse <gulsah.kose@collabora.com>2019-05-28 15:55:11 +0300
committerMiklos Vajna <vmiklos@collabora.com>2019-05-29 08:55:37 +0200
commite17224e2aa0e53b1e5518ce3c2a2baa174aad265 (patch)
tree640e3365a8f1a661c9964322439d2bdd910dfe90 /include/cui
parentSmartArt: sort shapes by Z order after layout algorithms (diff)
downloadcore-e17224e2aa0e53b1e5518ce3c2a2baa174aad265.tar.gz
core-e17224e2aa0e53b1e5518ce3c2a2baa174aad265.zip
tdf#120905 Add missing doxygen comments.
Change-Id: I3211f32521d578b1a5f72df7c5ccc4267ee01d38 Reviewed-on: https://gerrit.libreoffice.org/73101 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'include/cui')
-rw-r--r--include/cui/cuicharmap.hxx1
-rw-r--r--include/cui/numberingpreview.hxx1
2 files changed, 2 insertions, 0 deletions
diff --git a/include/cui/cuicharmap.hxx b/include/cui/cuicharmap.hxx
index c03c9a6808df..c69107bf9d1b 100644
--- a/include/cui/cuicharmap.hxx
+++ b/include/cui/cuicharmap.hxx
@@ -40,6 +40,7 @@ namespace svx
struct SvxShowCharSetItem;
}
+/// Provides the show characters or texts in a drawing area with special sizes and fonts.
class CUI_DLLPUBLIC SvxShowText : public weld::CustomWidgetController
{
private:
diff --git a/include/cui/numberingpreview.hxx b/include/cui/numberingpreview.hxx
index 0d6d01dc2a02..979773df6f72 100644
--- a/include/cui/numberingpreview.hxx
+++ b/include/cui/numberingpreview.hxx
@@ -5,6 +5,7 @@
#include <editeng/numitem.hxx>
#include <vcl/customweld.hxx>
+/// Provides the preview to show how looks bullet or numbering format before the apply.
class CUI_DLLPUBLIC SvxNumberingPreview : public weld::CustomWidgetController
{
const SvxNumRule* pActNum;