summaryrefslogtreecommitdiff
path: root/sw/inc/AnnotationWin.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-09-01 14:34:17 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-09-02 09:34:07 +0200
commitb4513307785ce0d61b3dcde754b1855f1c65225c (patch)
tree5ebd5c0acaa0825b83540ea24f9bdd16ada810c1 /sw/inc/AnnotationWin.hxx
parent34e69d4b9570c11c9ff04711005c7b70faadfff1 (diff)
annotation label doesn't need to be an Edit, FixedText is enough
similar to: commit a2d97135411d566b0b1f3d47af7912c8412cee7f Author: Caolán McNamara <caolanm@redhat.com> Date: Tue Aug 18 10:23:27 2020 +0100 annotation label doesn't need to be a MultiLine edit, FixedText is enough Change-Id: I5035ecc2d5d03f7aaeb794006a0cb305bb89a219 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101850 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/inc/AnnotationWin.hxx')
-rw-r--r--sw/inc/AnnotationWin.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/AnnotationWin.hxx b/sw/inc/AnnotationWin.hxx
index 715d01ea95ee..1410ad5d689b 100644
--- a/sw/inc/AnnotationWin.hxx
+++ b/sw/inc/AnnotationWin.hxx
@@ -39,7 +39,7 @@ class Outliner;
class ScrollBar;
class SwEditWin;
class SwView;
-class Edit;
+class FixedText;
class MenuButton;
class SwFrame;
class SvxLanguageItem;
@@ -229,9 +229,9 @@ class SAL_DLLPUBLIC_RTTI SwAnnotationWin : public vcl::Window
VclPtr<sw::sidebarwindows::SidebarTextControl> mpSidebarTextControl;
VclPtr<ScrollBar> mpVScrollbar;
- VclPtr<Edit> mpMetadataAuthor;
- VclPtr<Edit> mpMetadataDate;
- VclPtr<Edit> mpMetadataResolved;
+ VclPtr<FixedText> mpMetadataAuthor;
+ VclPtr<FixedText> mpMetadataDate;
+ VclPtr<FixedText> mpMetadataResolved;
VclPtr<MenuButton> mpMenuButton;
std::unique_ptr<sw::sidebarwindows::AnchorOverlayObject> mpAnchor;