summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
Diffstat (limited to 'forms')
-rw-r--r--forms/source/xforms/propertysetbase.hxx1
-rw-r--r--forms/source/xforms/unohelper.hxx8
2 files changed, 4 insertions, 5 deletions
diff --git a/forms/source/xforms/propertysetbase.hxx b/forms/source/xforms/propertysetbase.hxx
index fd07fc8acb15..7fdb2124b3c2 100644
--- a/forms/source/xforms/propertysetbase.hxx
+++ b/forms/source/xforms/propertysetbase.hxx
@@ -33,7 +33,6 @@
#include <map>
-// forward declarations for method arguments
namespace com { namespace sun { namespace star { namespace uno {
class Any;
class RuntimeException;
diff --git a/forms/source/xforms/unohelper.hxx b/forms/source/xforms/unohelper.hxx
index b2675dca308c..045c63672976 100644
--- a/forms/source/xforms/unohelper.hxx
+++ b/forms/source/xforms/unohelper.hxx
@@ -21,23 +21,23 @@
#include <sal/types.h>
-// forward declarations
namespace com { namespace sun { namespace star {
namespace uno {
class XInterface;
template<class T> class Reference;
}
- namespace beans { class XPropertySet; }
+ namespace beans {
+ class XPropertySet;
+ }
} } }
-
namespace xforms
{
/** copy the properties from one PropertySet into the next */
void copy( const com::sun::star::uno::Reference<com::sun::star::beans::XPropertySet>& , com::sun::star::uno::Reference<com::sun::star::beans::XPropertySet>& );
-} // namespace
+}
#endif