summaryrefslogtreecommitdiff
path: root/sw/inc/AnnotationWin.hxx
diff options
context:
space:
mode:
authorScott Clarke <scott.clarke@codethink.co.uk>2019-06-19 16:30:35 +0100
committerMiklos Vajna <vmiklos@collabora.com>2019-08-07 09:42:40 +0200
commit7ade0c7d03594bfa5c067f32230a1e4ed93d7fbb (patch)
treea2617d632ea0c569794794453fee139aead159d0 /sw/inc/AnnotationWin.hxx
parent1f4f05944de661077614585ccaff8614041e73e7 (diff)
tdf#119228 Add UI elements to display the resolved state
Change-Id: I3ba1572771bc893d2c74993a161d00c2acc70960 Co-authored-by: Jim MacArthur <jim.macarthur@codethink.co.uk> Reviewed-on: https://gerrit.libreoffice.org/75860 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw/inc/AnnotationWin.hxx')
-rw-r--r--sw/inc/AnnotationWin.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/inc/AnnotationWin.hxx b/sw/inc/AnnotationWin.hxx
index 196aa1d6dc18..2af2d9e56b37 100644
--- a/sw/inc/AnnotationWin.hxx
+++ b/sw/inc/AnnotationWin.hxx
@@ -157,6 +157,7 @@ class SAL_DLLPUBLIC_RTTI SwAnnotationWin : public vcl::Window
sal_Int32 GetMinimumSizeWithoutMeta();
sal_Int32 GetMetaButtonAreaWidth();
sal_Int32 GetScrollbarWidth();
+ sal_Int32 GetNumFields();
void SetSpellChecking();
@@ -230,6 +231,7 @@ class SAL_DLLPUBLIC_RTTI SwAnnotationWin : public vcl::Window
VclPtr<ScrollBar> mpVScrollbar;
VclPtr<Edit> mpMetadataAuthor;
VclPtr<Edit> mpMetadataDate;
+ VclPtr<Edit> mpMetadataResolved;
VclPtr<MenuButton> mpMenuButton;
std::unique_ptr<sw::sidebarwindows::AnchorOverlayObject> mpAnchor;