diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-10-10 23:57:22 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-10-11 09:21:42 +0100 |
commit | d7cdef2c49b9c13f8c726d1067ed5cf3cfd38746 (patch) | |
tree | 428ed5cfae50c9673cc6d20cb697a1f3c47dab46 /cui/source/inc/insdlg.hxx | |
parent | 258483a58e49733b80745ffd97ba5b27a125da19 (diff) |
VCLMultiLineEdit->VclMultiLineEdit to align with other new widget names
Change-Id: I97b7459b9c5c680d624234e8c51a5997a02fd5f7
Diffstat (limited to 'cui/source/inc/insdlg.hxx')
-rw-r--r-- | cui/source/inc/insdlg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/inc/insdlg.hxx b/cui/source/inc/insdlg.hxx index 79d4361bf01d..27ebff9acf74 100644 --- a/cui/source/inc/insdlg.hxx +++ b/cui/source/inc/insdlg.hxx @@ -97,7 +97,7 @@ class SvInsertPlugInDialog : public InsertObjectDialog_Impl private: Edit* m_pEdFileurl; PushButton* m_pBtnFileurl; - VCLMultiLineEdit* m_pEdPluginsOptions; + VclMultiLineEdit* m_pEdPluginsOptions; INetURLObject* m_pURL; OUString m_aCommands; |