summaryrefslogtreecommitdiff
path: root/forms/source/component/File.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/component/File.hxx')
-rw-r--r--forms/source/component/File.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/forms/source/component/File.hxx b/forms/source/component/File.hxx
index 02a09eedc198..4f0c56f13a3b 100644
--- a/forms/source/component/File.hxx
+++ b/forms/source/component/File.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,8 +43,8 @@ class OFileControlModel
:public OControlModel
,public ::com::sun::star::form::XReset
{
- ::cppu::OInterfaceContainerHelper m_aResetListeners;
- ::rtl::OUString m_sDefaultValue;
+ ::cppu::OInterfaceContainerHelper m_aResetListeners;
+ ::rtl::OUString m_sDefaultValue;
protected:
virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type> _getTypes();
@@ -97,7 +97,7 @@ protected:
};
//.........................................................................
-} // namespace frm
+} // namespace frm
//.........................................................................
#endif // _FORMS_FILE_HXX_