summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-06-18 14:57:28 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-06-19 17:39:25 +0200
commit9afcfb48617d4dd25797d1e825244298bef52a83 (patch)
treed2058043c870e1209a257b55aa8903b1283bc78b /include
parentd565b3381cc1c3dcbc354de1ec7488d0c16d80d3 (diff)
weld ImpPDFTabDialog
Change-Id: I0b7f439a6e712c9824008b21bfc511432641dbee Reviewed-on: https://gerrit.libreoffice.org/56065 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/tabdlg.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/sfx2/tabdlg.hxx b/include/sfx2/tabdlg.hxx
index 26ff5ce47492..6e3033500e5a 100644
--- a/include/sfx2/tabdlg.hxx
+++ b/include/sfx2/tabdlg.hxx
@@ -272,6 +272,7 @@ protected:
*/
void SavePosAndId();
+ void Start_Impl();
public:
SfxTabDialogController(weld::Window* pParent, const OUString& rUIXMLDescription, const OString& rID,
const SfxItemSet * = nullptr, bool bEditFmt = false);
@@ -305,8 +306,6 @@ public:
const std::function<void(sal_Int32)>&);
const SfxItemSet* GetExampleSet() const { return m_xExampleSet.get(); }
-
- SAL_DLLPRIVATE void Start_Impl();
};
namespace sfx { class ItemConnectionBase; }