summaryrefslogtreecommitdiff
path: root/forms/source/component/Currency.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/component/Currency.hxx')
-rw-r--r--forms/source/component/Currency.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/component/Currency.hxx b/forms/source/component/Currency.hxx
index b36585e52e39..49f19d98deee 100644
--- a/forms/source/component/Currency.hxx
+++ b/forms/source/component/Currency.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
@@ -42,7 +42,7 @@ namespace frm
class OCurrencyModel
:public OEditBaseModel
{
- ::com::sun::star::uno::Any m_aSaveValue;
+ ::com::sun::star::uno::Any m_aSaveValue;
protected:
virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type> _getTypes();
@@ -95,7 +95,7 @@ public:
};
//.........................................................................
-} // namespace frm
+} // namespace frm
//.........................................................................
#endif // _FORMS_CURRENCY_HXX_