Kaydet (Commit) 840be9fd authored tarafından Caolán McNamara's avatar Caolán McNamara

make ensureRepaint private

Change-Id: Iaa15e12af8e59ed585e07d620353a05e4b8b5a26
Reviewed-on: https://gerrit.libreoffice.org/52257Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 76370548
...@@ -72,6 +72,11 @@ private: ...@@ -72,6 +72,11 @@ private:
DECL_DLLPRIVATE_LINK(ImplAsyncCloseHdl, void*, void); DECL_DLLPRIVATE_LINK(ImplAsyncCloseHdl, void*, void);
DECL_DLLPRIVATE_LINK(ResponseHdl, Button*, void); DECL_DLLPRIVATE_LINK(ResponseHdl, Button*, void);
// ensureRepaint - triggers Application::Yield until the dialog is
// completely repainted. Sometimes needed for dialogs showing progress
// during actions
void ensureRepaint();
protected: protected:
using Window::ImplInit; using Window::ImplInit;
void ImplInit( vcl::Window* pParent, WinBits nStyle, InitFlag eFlag = InitFlag::Default ); void ImplInit( vcl::Window* pParent, WinBits nStyle, InitFlag eFlag = InitFlag::Default );
...@@ -121,11 +126,6 @@ public: ...@@ -121,11 +126,6 @@ public:
virtual void PrePaint(vcl::RenderContext& rRenderContext) override; virtual void PrePaint(vcl::RenderContext& rRenderContext) override;
virtual void PostPaint(vcl::RenderContext& rRenderContext) override; virtual void PostPaint(vcl::RenderContext& rRenderContext) override;
// ensureRepaint - triggers Application::Yield until the dialog is
// completely repainted. Sometimes needed for dialogs showing progress
// during actions
void ensureRepaint();
// Screenshot interface // Screenshot interface
virtual std::vector<OString> getAllPageUIXMLDescriptions() const; virtual std::vector<OString> getAllPageUIXMLDescriptions() const;
virtual bool selectPageByUIXMLDescription(const OString& rUIXMLDescription); virtual bool selectPageByUIXMLDescription(const OString& rUIXMLDescription);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment