summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/eformspropertyhandler.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/propctrlr/eformspropertyhandler.cxx')
-rw-r--r--extensions/source/propctrlr/eformspropertyhandler.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/extensions/source/propctrlr/eformspropertyhandler.cxx b/extensions/source/propctrlr/eformspropertyhandler.cxx
index 4d797629c040..e663657c09d8 100644
--- a/extensions/source/propctrlr/eformspropertyhandler.cxx
+++ b/extensions/source/propctrlr/eformspropertyhandler.cxx
@@ -38,10 +38,10 @@ extern "C" void SAL_CALL createRegistryInfo_EFormsPropertyHandler()
::pcr::EFormsPropertyHandler::registerImplementation();
}
-//........................................................................
+
namespace pcr
{
-//........................................................................
+
using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;
@@ -53,9 +53,9 @@ namespace pcr
using namespace ::com::sun::star::form::binding;
using namespace ::com::sun::star::inspection;
- //====================================================================
+
//= EFormsPropertyHandler
- //====================================================================
+
DBG_NAME( EFormsPropertyHandler )
EFormsPropertyHandler::EFormsPropertyHandler( const Reference< XComponentContext >& _rxContext )
@@ -214,7 +214,7 @@ namespace pcr
// This is because we "simulate" the Model property by remembering the
// value ourself. Other instances might, however, not know this value,
// but prefer to retrieve it somewhere else - e.g. from the EFormsHelper
- //
+
// The really correct solution would be if *all* property handlers
// obtain a "current property value" for *all* properties from a central
// instance. Then, handler A could ask it for the value of property
@@ -598,8 +598,8 @@ namespace pcr
}
}
-//........................................................................
+
} // namespace pcr
-//........................................................................
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */