Kaydet (Commit) 7b1ed003 authored tarafından Caolán McNamara's avatar Caolán McNamara

make *_by_window private

Change-Id: Ibcee381a11541824cd989d56bad0811bc149e5f2
Reviewed-on: https://gerrit.libreoffice.org/40646Tested-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 76539829
...@@ -79,9 +79,6 @@ public: ...@@ -79,9 +79,6 @@ public:
//given an sID return the response value for that widget //given an sID return the response value for that widget
short get_response(const vcl::Window *pWindow) const; short get_response(const vcl::Window *pWindow) const;
OString get_by_window(const vcl::Window *pWindow) const;
void delete_by_window(vcl::Window *pWindow);
//release ownership of pWindow, i.e. don't delete it //release ownership of pWindow, i.e. don't delete it
void drop_ownership(const vcl::Window *pWindow); void drop_ownership(const vcl::Window *pWindow);
...@@ -397,6 +394,9 @@ private: ...@@ -397,6 +394,9 @@ private:
void cleanupWidgetOwnScrolling(vcl::Window *pScrollParent, vcl::Window *pWindow, stringmap &rMap); void cleanupWidgetOwnScrolling(vcl::Window *pScrollParent, vcl::Window *pWindow, stringmap &rMap);
void set_response(const OString& sID, short nResponse); void set_response(const OString& sID, short nResponse);
OString get_by_window(const vcl::Window *pWindow) const;
void delete_by_window(vcl::Window *pWindow);
}; };
template <typename T> template <typename T>
......
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