summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/fileobj.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/appl/fileobj.hxx')
-rw-r--r--sfx2/source/appl/fileobj.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/appl/fileobj.hxx b/sfx2/source/appl/fileobj.hxx
index ac81e463b0cc..f0e2eba0b764 100644
--- a/sfx2/source/appl/fileobj.hxx
+++ b/sfx2/source/appl/fileobj.hxx
@@ -30,8 +30,8 @@ namespace sfx2 { class FileDialogHelper; }
class SvFileObject : public sfx2::SvLinkSource
{
- String sFileNm;
- String sFilter;
+ OUString sFileNm;
+ OUString sFilter;
String sReferer;
Link aEndEditLink;
SfxMediumRef xMed;