summaryrefslogtreecommitdiff
path: root/toolkit/source/controls/unocontrolcontainer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/source/controls/unocontrolcontainer.cxx')
-rw-r--r--toolkit/source/controls/unocontrolcontainer.cxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/toolkit/source/controls/unocontrolcontainer.cxx b/toolkit/source/controls/unocontrolcontainer.cxx
index d7f2aefaba85..11d8160dc505 100644
--- a/toolkit/source/controls/unocontrolcontainer.cxx
+++ b/toolkit/source/controls/unocontrolcontainer.cxx
@@ -40,6 +40,8 @@ using namespace ::com::sun::star;
// class UnoControlHolder
+namespace {
+
struct UnoControlHolder
{
uno::Reference< awt::XControl > mxControl;
@@ -56,6 +58,8 @@ public:
const uno::Reference< awt::XControl >& getControl() const { return mxControl; }
};
+}
+
class UnoControlHolderList
{
public:
@@ -324,6 +328,8 @@ static void implUpdateVisibility
typedef ::cppu::WeakImplHelper< beans::XPropertyChangeListener > PropertyChangeListenerHelper;
+namespace {
+
class DialogStepChangedListener: public PropertyChangeListenerHelper
{
private:
@@ -341,6 +347,8 @@ public:
};
+}
+
void SAL_CALL DialogStepChangedListener::disposing( const lang::EventObject& /*_rSource*/)
{
mxControlContainer.clear();