summaryrefslogtreecommitdiff
path: root/forms/source/component/ListBox.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/component/ListBox.hxx')
-rw-r--r--forms/source/component/ListBox.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/forms/source/component/ListBox.hxx b/forms/source/component/ListBox.hxx
index 4cfde90fa28a..e3b314fb2bc1 100644
--- a/forms/source/component/ListBox.hxx
+++ b/forms/source/component/ListBox.hxx
@@ -90,13 +90,13 @@
than the model. E.g. the "SelectedItems" property is *display* *values*.
*/
-//.........................................................................
+
namespace frm
{
-//==================================================================
+
//= OListBoxModel
-//==================================================================
+
typedef ::std::vector< ::connectivity::ORowSetValue > ValueList;
class OListBoxModel :public OBoundControlModel
@@ -240,9 +240,9 @@ private:
bool impl_hasBoundComponent() const { return m_nBoundColumnType != ::com::sun::star::sdbc::DataType::SQLNULL; }
};
-//==================================================================
+
//= OListBoxControl
-//==================================================================
+
typedef ::cppu::ImplHelper4 < ::com::sun::star::awt::XFocusListener
, ::com::sun::star::awt::XItemListener
, ::com::sun::star::awt::XListBox
@@ -331,9 +331,9 @@ private:
DECL_LINK( OnTimeout, void* );
};
-//.........................................................................
+
}
-//.........................................................................
+
#endif // INCLUDED_FORMS_SOURCE_COMPONENT_LISTBOX_HXX