summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/frmpage.hxx
diff options
context:
space:
mode:
authorshubham656 <shubham656jain@gmail.com>2020-12-27 03:41:24 +0530
committerJim Raykowski <raykowj@gmail.com>2021-01-14 07:32:01 +0100
commite7842148f5fa6f9af9312cb4b198a4a5340e3d9b (patch)
treee707ef50dbdcebe6e61fcae3e76b2e38328b8f22 /sw/source/uibase/inc/frmpage.hxx
parent9f9798f07f0b56ae474f31ded671cc8da598d244 (diff)
tdf#138843 Show image file type inside image properties dialog
Change-Id: I77adc9c3cc9d3bd62f0f67345b7a025bcad2352a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108361 Tested-by: Jenkins Reviewed-by: Jim Raykowski <raykowj@gmail.com>
Diffstat (limited to 'sw/source/uibase/inc/frmpage.hxx')
-rw-r--r--sw/source/uibase/inc/frmpage.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/source/uibase/inc/frmpage.hxx b/sw/source/uibase/inc/frmpage.hxx
index 077e088b0bc2..63d6e5bf1e78 100644
--- a/sw/source/uibase/inc/frmpage.hxx
+++ b/sw/source/uibase/inc/frmpage.hxx
@@ -221,6 +221,8 @@ class SwGrfExtPage : public SfxTabPage
std::unique_ptr<weld::CustomWeld> m_xCtlAngleWin;
std::unique_ptr<weld::CustomWeld> m_xBmpWin;
+ // tdf#138843 add place holder for the graphic type
+ std::unique_ptr<weld::Label> m_xLabelGraphicType;
// handler for mirroring
DECL_LINK(MirrorHdl, weld::ToggleButton&, void);