[Libreoffice-commits] .: Branch 'feature/calc-xml-source' - sc/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Sep 28 19:34:39 PDT 2012


 sc/source/ui/inc/xmlsourcedlg.hxx |    4 +++-
 sc/source/ui/src/xmlsourcedlg.src |    2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

New commits:
commit 82689aece5c8f9e344b71bf849f286252f6cd1b7
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
Date:   Fri Sep 28 22:34:46 2012 -0400

    Pop up a full path in case the path is cut off.
    
    Change-Id: I7a5c1fe86c4162de6d3dec301cbea6299d07212d

diff --git a/sc/source/ui/inc/xmlsourcedlg.hxx b/sc/source/ui/inc/xmlsourcedlg.hxx
index 44dd44e..6e32d12 100644
--- a/sc/source/ui/inc/xmlsourcedlg.hxx
+++ b/sc/source/ui/inc/xmlsourcedlg.hxx
@@ -15,6 +15,8 @@
 #include "vcl/fixed.hxx"
 #include "svtools/svtreebx.hxx"
 
+#include "expftext.hxx"
+
 #include <boost/scoped_ptr.hpp>
 
 class ScDocument;
@@ -31,7 +33,7 @@ class ScXMLSourceDlg : public ModalDialog
 {
     FixedLine maFlSourceFile;
     ImageButton maBtnSelectSource;
-    FixedText maFtSourceFile;
+    ScExpandedFixedText maFtSourceFile;
 
     FixedLine maFtMapXmlDoc;
 
diff --git a/sc/source/ui/src/xmlsourcedlg.src b/sc/source/ui/src/xmlsourcedlg.src
index 86f8a7d..f55110b 100644
--- a/sc/source/ui/src/xmlsourcedlg.src
+++ b/sc/source/ui/src/xmlsourcedlg.src
@@ -35,7 +35,7 @@ ModalDialog RID_SCDLG_XML_SOURCE
     FixedText FT_SOURCE_FILE
     {
         Pos = MAP_APPFONT ( 25 , 21 ) ;
-        Size = MAP_APPFONT ( 225 , 8 ) ;
+        Size = MAP_APPFONT ( 219 , 8 ) ;
 
         Text [ en-US ] = "- not set -";
     };


More information about the Libreoffice-commits mailing list