summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sc/source/ui/inc/xmlsourcedlg.hxx4
-rw-r--r--sc/source/ui/src/xmlsourcedlg.src2
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 -";
};