summaryrefslogtreecommitdiff
path: root/vcl/source/app
diff options
context:
space:
mode:
authorLubos Lunak <l.lunak@suse.cz>2012-12-26 22:14:40 +0100
committerLubos Lunak <l.lunak@suse.cz>2012-12-26 22:32:39 +0100
commite90807267808eb062b93d762c50c02113ca40db5 (patch)
tree5dfa94122355554b25a9a70b72a3b4f1873f3ab4 /vcl/source/app
parent13e3a3e5525f196affc6bc7a1abbcb7323eaa9c3 (diff)
PCH for Library_vcl
Diffstat (limited to 'vcl/source/app')
-rw-r--r--vcl/source/app/svdata.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/app/svdata.cxx b/vcl/source/app/svdata.cxx
index d933348b5905..e8716cd13129 100644
--- a/vcl/source/app/svdata.cxx
+++ b/vcl/source/app/svdata.cxx
@@ -506,7 +506,7 @@ bool ImplInitAccessBridge(bool bAllowCancel, bool &rCancelled)
// -----------------------------------------------------------------------
-Window* ImplFindWindow( const SalFrame* pFrame, Point& rSalFramePos )
+Window* ImplFindWindow( const SalFrame* pFrame, ::Point& rSalFramePos )
{
ImplSVData* pSVData = ImplGetSVData();
Window* pFrameWindow = pSVData->maWinData.mpFirstFrame;