summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/childwin.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/appl/childwin.cxx')
-rw-r--r--sfx2/source/appl/childwin.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sfx2/source/appl/childwin.cxx b/sfx2/source/appl/childwin.cxx
index a7013fa6c530..602b24967d5c 100644
--- a/sfx2/source/appl/childwin.cxx
+++ b/sfx2/source/appl/childwin.cxx
@@ -64,6 +64,7 @@ struct SfxChildWindow_Impl
SfxWorkWindow* pWorkWin;
};
+namespace {
class DisposeListener : public ::cppu::WeakImplHelper< css::lang::XEventListener >
{
@@ -107,6 +108,7 @@ class DisposeListener : public ::cppu::WeakImplHelper< css::lang::XEventListener
SfxChildWindow_Impl* m_pData ;
};
+}
bool GetPosSizeFromString( const OUString& rStr, Point& rPos, Size& rSize )
{