summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCao Cuong Ngo <cao.cuong.ngo@gmail.com>2013-07-08 22:21:10 +0200
committerCédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>2013-09-02 13:51:49 +0200
commitb56a9a22dadc2f78be1c898505a884774fc19e25 (patch)
tree3c61c69c23b3d78600252e62eca1915f3761a1de
parent5172a5081c619f83f6576abd3fd2fadd334e754c (diff)
CMIS properties dialog: Fixed the "*" location bug
Tried to change the WB_PASSWORD but didn't work. Change-Id: Id872fe041fc16b5d705c779372e2084f686cfd07
-rw-r--r--include/sfx2/dinfdlg.hxx2
-rw-r--r--sfx2/uiconfig/ui/documentinfopage.ui2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/dinfdlg.hxx b/include/sfx2/dinfdlg.hxx
index 6577cb12f855..7f8ca55ea8db 100644
--- a/include/sfx2/dinfdlg.hxx
+++ b/include/sfx2/dinfdlg.hxx
@@ -188,7 +188,7 @@ private:
SelectableFixedText* m_pShowTypeFT;
CheckBox* m_pReadOnlyCB;
- SelectableFixedText* m_pFileValFt;
+ FixedText* m_pFileValFt;
SelectableFixedText* m_pShowSizeFT;
SelectableFixedText* m_pCreateValFt;
diff --git a/sfx2/uiconfig/ui/documentinfopage.ui b/sfx2/uiconfig/ui/documentinfopage.ui
index 401ebc9d75a4..d11de2eb2c04 100644
--- a/sfx2/uiconfig/ui/documentinfopage.ui
+++ b/sfx2/uiconfig/ui/documentinfopage.ui
@@ -343,7 +343,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="justify">left</property>
- <property name="selectable">True</property>
+ <property name="selectable">False</property>
<property name="max_width_chars">56</property>
<property name="wrap">True</property>
<property name="hexpand">True</property>