diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-09-28 22:34:46 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-11-28 13:28:21 -0500 |
commit | ab89bfd69459472607acc7e4a24acd6373425360 (patch) | |
tree | 108df978dd1b23d330c65246dd2e7f748da291c7 | |
parent | 5067591aba2f04bbf18621c9f76b03eaa29d1c08 (diff) |
Pop up a full path in case the path is cut off.
Change-Id: I7a5c1fe86c4162de6d3dec301cbea6299d07212d
-rw-r--r-- | sc/source/ui/inc/xmlsourcedlg.hxx | 4 | ||||
-rw-r--r-- | sc/source/ui/src/xmlsourcedlg.src | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sc/source/ui/inc/xmlsourcedlg.hxx b/sc/source/ui/inc/xmlsourcedlg.hxx index 44dd44e86de5..6e32d1282242 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 86f8a7dbf290..f55110bc22c3 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 -"; }; |