summaryrefslogtreecommitdiff
path: root/svx/source/inc/formcontrolling.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/inc/formcontrolling.hxx')
-rw-r--r--svx/source/inc/formcontrolling.hxx24
1 files changed, 12 insertions, 12 deletions
diff --git a/svx/source/inc/formcontrolling.hxx b/svx/source/inc/formcontrolling.hxx
index b2f48cba54e9..3699c1afe14c 100644
--- a/svx/source/inc/formcontrolling.hxx
+++ b/svx/source/inc/formcontrolling.hxx
@@ -30,14 +30,14 @@
#include <vector>
-//........................................................................
+
namespace svx
{
-//........................................................................
- //====================================================================
+
+
//= FeatureSlotTranslation
- //====================================================================
+
class FeatureSlotTranslation
{
public:
@@ -51,9 +51,9 @@ namespace svx
static sal_Int32 getSlotIdForFormFeature( sal_Int16 _nFormFeature );
};
- //====================================================================
+
//= IControllerFeatureInvalidation
- //====================================================================
+
class IControllerFeatureInvalidation
{
public:
@@ -72,9 +72,9 @@ namespace svx
~IControllerFeatureInvalidation() {}
};
- //====================================================================
+
//= ControllerFeatures
- //====================================================================
+
class FormControllerHelper;
/** easier access to an FormControllerHelper instance
*/
@@ -132,9 +132,9 @@ namespace svx
inline FormControllerHelper& operator*() { return *m_pImpl; }
};
- //====================================================================
+
//= FormControllerHelper
- //====================================================================
+
typedef ::cppu::WeakImplHelper2 < ::com::sun::star::form::runtime::XFeatureInvalidation
, ::com::sun::star::sdb::XSQLErrorListener
> FormControllerHelper_Base;
@@ -230,9 +230,9 @@ namespace svx
FormControllerHelper& operator=( const FormControllerHelper& ); // never implemented
};
-//........................................................................
+
} // namespace svx
-//........................................................................
+
#endif // INCLUDED_SVX_SOURCE_INC_FORMCONTROLLING_HXX