summaryrefslogtreecommitdiff
path: root/toolkit/source/controls/geometrycontrolmodel.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/source/controls/geometrycontrolmodel.cxx')
-rw-r--r--toolkit/source/controls/geometrycontrolmodel.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/toolkit/source/controls/geometrycontrolmodel.cxx b/toolkit/source/controls/geometrycontrolmodel.cxx
index 736125e87f4f..be15946a4da7 100644
--- a/toolkit/source/controls/geometrycontrolmodel.cxx
+++ b/toolkit/source/controls/geometrycontrolmodel.cxx
@@ -52,10 +52,10 @@
#define DEFAULT_ATTRIBS() PropertyAttribute::BOUND | PropertyAttribute::TRANSIENT
-//........................................................................
+
// namespace toolkit
// {
-//........................................................................
+
using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;
@@ -65,9 +65,9 @@
using namespace ::com::sun::star::container;
using namespace ::comphelper;
- //====================================================================
+
//= OGeometryControlModel_Base
- //====================================================================
+
OGeometryControlModel_Base::OGeometryControlModel_Base(::com::sun::star::uno::XAggregation* _pAggregateInstance)
:OPropertySetAggregationHelper( m_aBHelper )
@@ -435,9 +435,9 @@
xComp->dispose();
}
- //====================================================================
+
//= OCommonGeometryControlModel
- //====================================================================
+
typedef ::boost::unordered_map< OUString, sal_Int32, OUStringHash > HashMapString2Int;
@@ -630,8 +630,8 @@
}
}
-//........................................................................
+
// } // namespace toolkit
-//........................................................................
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */