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

SetMessagesWidths can be private now

Change-Id: Ie7f4e0c0695774b1a7b85ca7b42247fd8db76d27
Reviewed-on: https://gerrit.libreoffice.org/51477Tested-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 2fb266bb
...@@ -31,6 +31,9 @@ private: ...@@ -31,6 +31,9 @@ private:
OUString m_sSecondaryString; OUString m_sSecondaryString;
void create_owned_areas(); void create_owned_areas();
static void SetMessagesWidths(vcl::Window const* pParent, VclMultiLineEdit* pPrimaryMessage,
VclMultiLineEdit* pSecondaryMessage);
friend class VclPtr<MessageDialog>; friend class VclPtr<MessageDialog>;
MessageDialog(vcl::Window* pParent, WinBits nStyle); MessageDialog(vcl::Window* pParent, WinBits nStyle);
...@@ -49,9 +52,6 @@ public: ...@@ -49,9 +52,6 @@ public:
void create_message_area(); void create_message_area();
VclContainer* get_message_area() const { return m_pMessageBox.get(); } VclContainer* get_message_area() const { return m_pMessageBox.get(); }
static void SetMessagesWidths(vcl::Window const* pParent, VclMultiLineEdit* pPrimaryMessage,
VclMultiLineEdit* pSecondaryMessage);
}; };
#endif #endif
......
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