summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSzymon Kłos <szymon.klos@collabora.com>2021-01-27 14:34:19 +0100
committerJan Holesovsky <kendy@collabora.com>2021-02-09 10:56:23 +0100
commit6dc466e02451c3d59f535050763413b63aca675a (patch)
treea991b72ca8a15e7ca96b708488479e8f6beae951 /include
parent2555441f3f694af11d0d7b220b12ae25f43a6a5a (diff)
Introduce Fontwork context
Change-Id: I61512e4da13514d3e5a199ccb46468ba199b808f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110023 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Jan Holesovsky <kendy@collabora.com>
Diffstat (limited to 'include')
-rw-r--r--include/svx/fontworkbar.hxx2
-rw-r--r--include/vcl/EnumContext.hxx1
2 files changed, 3 insertions, 0 deletions
diff --git a/include/svx/fontworkbar.hxx b/include/svx/fontworkbar.hxx
index 224aae1dbb1e..bac7ce1543bc 100644
--- a/include/svx/fontworkbar.hxx
+++ b/include/svx/fontworkbar.hxx
@@ -26,6 +26,7 @@
class SfxViewShell;
class SdrView;
+class SdrObject;
/************************************************************************/
@@ -33,6 +34,7 @@ namespace svx
{
bool SVX_DLLPUBLIC checkForSelectedFontWork( SdrView const * pSdrView, sal_uInt32& nCheckStatus );
+bool SVX_DLLPUBLIC checkForFontWork( SdrObject* pObj );
class SAL_WARN_UNUSED SVX_DLLPUBLIC FontworkBar final : public SfxShell
{
diff --git a/include/vcl/EnumContext.hxx b/include/vcl/EnumContext.hxx
index 1c68e1b6f014..4cc6217ffb26 100644
--- a/include/vcl/EnumContext.hxx
+++ b/include/vcl/EnumContext.hxx
@@ -71,6 +71,7 @@ public:
Chart,
ChartElements,
Draw,
+ DrawFontwork,
DrawLine,
DrawPage,
DrawText,