summaryrefslogtreecommitdiff
path: root/xmloff/inc/forms
diff options
context:
space:
mode:
authorJelle van der Waa <jelle@vdwaa.nl>2013-08-09 20:04:34 +0200
committerNorbert Thiebaud <nthiebaud@gmail.com>2013-08-10 14:55:06 +0000
commit4f360266cd1335861c182493bde6ade0e67b753b (patch)
tree94fbebf42ab561d68b659fa0c0f80ab85abef2d8 /xmloff/inc/forms
parent9c8831244062202e9066b97be7082e72e1194866 (diff)
fdo#62475 removed pointless comments
Change-Id: I176886fbc9f3d9e2b8ad2308ac2b127d9c68d9a6 Reviewed-on: https://gerrit.libreoffice.org/5331 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
Diffstat (limited to 'xmloff/inc/forms')
-rw-r--r--xmloff/inc/forms/form_handler_factory.hxx6
-rw-r--r--xmloff/inc/forms/property_handler.hxx10
-rw-r--r--xmloff/inc/forms/property_ids.hxx6
3 files changed, 0 insertions, 22 deletions
diff --git a/xmloff/inc/forms/form_handler_factory.hxx b/xmloff/inc/forms/form_handler_factory.hxx
index 01f1a22f57ba..f29a5f9c630e 100644
--- a/xmloff/inc/forms/form_handler_factory.hxx
+++ b/xmloff/inc/forms/form_handler_factory.hxx
@@ -22,23 +22,17 @@
#include "forms/property_handler.hxx"
-//......................................................................................................................
namespace xmloff
{
-//......................................................................................................................
- //==================================================================================================================
//= FormHandlerFactory
- //==================================================================================================================
class FormHandlerFactory
{
public:
static PPropertyHandler getFormPropertyHandler( const PropertyId i_propertyId );
};
-//......................................................................................................................
} // namespace xmloff
-//......................................................................................................................
#endif // XMLOFF_FORM_HANDLER_FACTORY_HXX
diff --git a/xmloff/inc/forms/property_handler.hxx b/xmloff/inc/forms/property_handler.hxx
index 25c3d4544ea6..a727f6b664f4 100644
--- a/xmloff/inc/forms/property_handler.hxx
+++ b/xmloff/inc/forms/property_handler.hxx
@@ -29,16 +29,12 @@
#include <map>
#include <vector>
-//......................................................................................................................
namespace xmloff
{
-//......................................................................................................................
typedef ::std::map< PropertyId, ::com::sun::star::uno::Any > PropertyValues;
- //==================================================================================================================
//= IPropertyHandler
- //==================================================================================================================
class IPropertyHandler : public ::rtl::IReference
{
public:
@@ -60,19 +56,13 @@ namespace xmloff
virtual ~IPropertyHandler() { }
};
- //==================================================================================================================
//= PPropertyHandler
- //==================================================================================================================
typedef ::rtl::Reference< IPropertyHandler > PPropertyHandler;
- //==================================================================================================================
//= PropertyHandlerFactory
- //==================================================================================================================
typedef PPropertyHandler (*PropertyHandlerFactory)( const PropertyId i_propertyId );
-//......................................................................................................................
} // namespace xmloff
-//......................................................................................................................
#endif // XMLOFF_PROPERTY_HANDLER_HXX
diff --git a/xmloff/inc/forms/property_ids.hxx b/xmloff/inc/forms/property_ids.hxx
index f3e9e9a1e05d..48a06e67e88f 100644
--- a/xmloff/inc/forms/property_ids.hxx
+++ b/xmloff/inc/forms/property_ids.hxx
@@ -20,14 +20,10 @@
#ifndef XMLOFF_PROPERTY_IDS_HXX
#define XMLOFF_PROPERTY_IDS_HXX
-//......................................................................................................................
namespace xmloff
{
-//......................................................................................................................
- //==================================================================================================================
//= PropertyId
- //==================================================================================================================
enum PropertyId
{
PID_DATE_MIN,
@@ -42,9 +38,7 @@ namespace xmloff
PID_INVALID
};
-//......................................................................................................................
} // namespace xmloff
-//......................................................................................................................
#endif // XMLOFF_PROPERTY_IDS_HXX