[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - cui/source cui/uiconfig
Caolán McNamara
caolanm at redhat.com
Fri May 31 08:57:17 PDT 2013
cui/source/inc/postdlg.hxx | 2 +-
cui/uiconfig/ui/comment.ui | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 36b5efd733c68c67bb4a1b9489a775aed1fe98e7
Author: Caolán McNamara <caolanm at redhat.com>
Date: Fri May 31 16:50:00 2013 +0100
Resolves: fdo#65215 wrong type for the multiline comment edit widget
Change-Id: I14b13285daf27191bb8cf95bc7e801281f97dde8
(cherry picked from commit 9ac296af1d3d659097153884e3b78a57b334c4a2)
diff --git a/cui/source/inc/postdlg.hxx b/cui/source/inc/postdlg.hxx
index 592db0d..4ae9b7d 100644
--- a/cui/source/inc/postdlg.hxx
+++ b/cui/source/inc/postdlg.hxx
@@ -89,7 +89,7 @@ public:
private:
FixedText* m_pLastEditFT;
- MultiLineEdit* m_pEditED;
+ VclMultiLineEdit* m_pEditED;
VclContainer* m_pInsertAuthor;
PushButton* m_pAuthorBtn;
diff --git a/cui/uiconfig/ui/comment.ui b/cui/uiconfig/ui/comment.ui
index 5959b4a..928bb25 100644
--- a/cui/uiconfig/ui/comment.ui
+++ b/cui/uiconfig/ui/comment.ui
@@ -184,7 +184,7 @@
<property name="xalign">0</property>
<property name="label" translatable="yes">_Text</property>
<property name="use_underline">True</property>
- <property name="mnemonic_widget">edit</property>
+ <property name="mnemonic_widget">edit:border</property>
</object>
<packing>
<property name="expand">False</property>
More information about the Libreoffice-commits
mailing list