diff options
author | Caolán McNamara <caolan.mcnamara@collabora.com> | 2024-10-03 20:18:22 +0100 |
---|---|---|
committer | Caolán McNamara <caolan.mcnamara@collabora.com> | 2024-10-07 14:07:45 +0200 |
commit | 75a030d577fb7dbe0233b54168a6cfb1ac289eb3 (patch) | |
tree | ad9d60a5ce4511473807e1aec83525ee71ed5811 /sw/inc/postithelper.hxx | |
parent | 01479df14c14a4736dfbadf23c342b7ee835eba2 (diff) |
allow creating rich content comments via .uno:InsertAnnotation args
Change-Id: I186f5955cad88c1d0d6cae66a7eb0a7845bb73a0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/174591
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Diffstat (limited to 'sw/inc/postithelper.hxx')
-rw-r--r-- | sw/inc/postithelper.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sw/inc/postithelper.hxx b/sw/inc/postithelper.hxx index e9d30a3d854d..174e103231bd 100644 --- a/sw/inc/postithelper.hxx +++ b/sw/inc/postithelper.hxx @@ -26,6 +26,7 @@ #include "SidebarWindowsTypes.hxx" #include "nodeoffset.hxx" +class Outliner; class SfxBroadcaster; class SwRootFrame; class SwPostItMgr; @@ -89,6 +90,8 @@ namespace SwPostItHelper tools::Long getLayoutHeight( const SwRootFrame* pRoot ); void setSidebarChanged( SwRootFrame* pRoot, bool bBrowseMode ); tools::ULong getPageInfo( SwRect& rPageFrame, const SwRootFrame* , const Point& ); + + void ImportHTML(Outliner& rOutliner, const OUString& rHtml); } class SAL_DLLPUBLIC_RTTI SwSidebarItem |