summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/browserlistbox.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/propctrlr/browserlistbox.cxx')
-rw-r--r--extensions/source/propctrlr/browserlistbox.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/extensions/source/propctrlr/browserlistbox.cxx b/extensions/source/propctrlr/browserlistbox.cxx
index dca5033e18cb..f5cfc3bc0a18 100644
--- a/extensions/source/propctrlr/browserlistbox.cxx
+++ b/extensions/source/propctrlr/browserlistbox.cxx
@@ -58,9 +58,6 @@ namespace pcr
namespace PropertyControlType = ::com::sun::star::inspection::PropertyControlType;
-
- //= ControlEvent
-
enum ControlEventType
{
FOCUS_GAINED,
@@ -80,9 +77,6 @@ namespace pcr
}
};
-
- //= SharedNotifier
-
class SharedNotifier: private boost::noncopyable
{
private:
@@ -122,8 +116,6 @@ namespace pcr
}
- //= PropertyControlContext_Impl
-
/** implementation for of <type scope="com::sun::star::inspection">XPropertyControlContext</type>
which forwards all events to a non-UNO version of this interface
*/
@@ -339,10 +331,6 @@ namespace pcr
}
}
-
- //= OBrowserListBox
-
-
OBrowserListBox::OBrowserListBox( vcl::Window* pParent, WinBits nWinStyle)
:Control(pParent, nWinStyle| WB_CLIPCHILDREN)
,m_aLinesPlayground(VclPtr<vcl::Window>::Create(this,WB_DIALOGCONTROL | WB_CLIPCHILDREN))