summaryrefslogtreecommitdiff
path: root/fpicker/source/office/iodlgimp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/office/iodlgimp.hxx')
-rw-r--r--fpicker/source/office/iodlgimp.hxx13
1 files changed, 2 insertions, 11 deletions
diff --git a/fpicker/source/office/iodlgimp.hxx b/fpicker/source/office/iodlgimp.hxx
index 2b200f466a7b..5546e4dd47d4 100644
--- a/fpicker/source/office/iodlgimp.hxx
+++ b/fpicker/source/office/iodlgimp.hxx
@@ -116,17 +116,8 @@ public:
std::unique_ptr<weld::Label> m_xFtFileName;
std::unique_ptr<SvtURLBox> m_xEdFileName;
- std::unique_ptr<weld::Label> m_xFtFileVersion;
- std::unique_ptr<weld::ComboBox> m_xLbFileVersion;
-
- std::unique_ptr<weld::Label> m_xFtTemplates;
- std::unique_ptr<weld::ComboBox> m_xLbTemplates;
-
- std::unique_ptr<weld::Label> m_xFtImageTemplates;
- std::unique_ptr<weld::ComboBox> m_xLbImageTemplates;
-
- std::unique_ptr<weld::Label> m_xFtImageAnchor;
- std::unique_ptr<weld::ComboBox> m_xLbImageAnchor;
+ std::unique_ptr<weld::Label> m_xSharedLabel;
+ std::unique_ptr<weld::ComboBox> m_xSharedListBox;
std::unique_ptr<weld::Label> m_xFtFileType;
std::unique_ptr<weld::ComboBox> m_xLbFilter;