summaryrefslogtreecommitdiff
path: root/cui/source/inc/multifil.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/multifil.hxx')
-rw-r--r--cui/source/inc/multifil.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/cui/source/inc/multifil.hxx b/cui/source/inc/multifil.hxx
index 83f35568516c..26c496902c8a 100644
--- a/cui/source/inc/multifil.hxx
+++ b/cui/source/inc/multifil.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -43,7 +43,7 @@ class SvxMultiFileDialog : public SvxMultiPathDialog
private:
// #97807# -------------------------------------
std::map< String, ::ucbhelper::Content > aFileContentMap;
-
+
DECL_LINK( AddHdl_Impl, PushButton * );
DECL_LINK( DelHdl_Impl, PushButton * );
@@ -51,8 +51,8 @@ public:
SvxMultiFileDialog( Window* pParent, BOOL bEmptyAllowed = FALSE );
~SvxMultiFileDialog();
- String GetFiles() const { return SvxMultiPathDialog::GetPath(); }
- void SetFiles( const String& rPath ) { SvxMultiPathDialog::SetPath(rPath); aDelBtn.Enable(); }
+ String GetFiles() const { return SvxMultiPathDialog::GetPath(); }
+ void SetFiles( const String& rPath ) { SvxMultiPathDialog::SetPath(rPath); aDelBtn.Enable(); }
};