summaryrefslogtreecommitdiff
path: root/vcl/source/app/svdata.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/app/svdata.cxx')
-rw-r--r--vcl/source/app/svdata.cxx20
1 files changed, 0 insertions, 20 deletions
diff --git a/vcl/source/app/svdata.cxx b/vcl/source/app/svdata.cxx
index 7b83ba7ce510..4cc145f9060c 100644
--- a/vcl/source/app/svdata.cxx
+++ b/vcl/source/app/svdata.cxx
@@ -282,26 +282,6 @@ bool ImplInitAccessBridge()
}
#endif
-vcl::Window* ImplFindWindow( const SalFrame* pFrame, ::Point& rSalFramePos )
-{
- ImplSVData* pSVData = ImplGetSVData();
- vcl::Window* pFrameWindow = pSVData->maWinData.mpFirstFrame;
- while ( pFrameWindow )
- {
- if ( pFrameWindow->ImplGetFrame() == pFrame )
- {
- vcl::Window* pWindow = pFrameWindow->ImplFindWindow( rSalFramePos );
- if ( !pWindow )
- pWindow = pFrameWindow->ImplGetWindow();
- rSalFramePos = pWindow->ImplFrameToOutput( rSalFramePos );
- return pWindow;
- }
- pFrameWindow = pFrameWindow->ImplGetFrameData()->mpNextFrame;
- }
-
- return NULL;
-}
-
void LocaleConfigurationListener::ConfigurationChanged( utl::ConfigurationBroadcaster*, sal_uInt32 nHint )
{
AllSettings::LocaleSettingsChanged( nHint );