include/sfx2/dinfdlg.hxx             |    2 +-
 sfx2/uiconfig/ui/documentinfopage.ui |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit c3d6ada991be98a9764707fd448673a0eb366453
Author: Cao Cuong Ngo <[email protected]>
Date:   Mon Jul 8 22:21:10 2013 +0200

    CMIS properties dialog: Fixed the "*" location bug
    
    Tried to change the WB_PASSWORD but didn't work.
    
    Change-Id: Id872fe041fc16b5d705c779372e2084f686cfd07

diff --git a/include/sfx2/dinfdlg.hxx b/include/sfx2/dinfdlg.hxx
index dc7d78d..49eac9b 100644
--- a/include/sfx2/dinfdlg.hxx
+++ b/include/sfx2/dinfdlg.hxx
@@ -186,7 +186,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 8ea0bf3..893186c 100644
--- a/sfx2/uiconfig/ui/documentinfopage.ui
+++ b/sfx2/uiconfig/ui/documentinfopage.ui
@@ -342,7 +342,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="wrap">True</property>
         <property name="hexpand">True</property>
         <property name="max_width_chars">60</property>
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to