diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-06-25 14:04:25 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-06-25 15:04:46 +0200 |
commit | 0de1e3a015dfcf7a09f021b4a4310a5a8cc28471 (patch) | |
tree | 82b3a9beef980521fe59283d6954ff76398c8bc8 /toolkit | |
parent | 93011580b743078a0612ba4bfe0094804003a75b (diff) |
remove spurious com::sun::star::chaos
Apparently some time before inital CVS import a global
search-and-replace went horribly wrong and added spurious namespace
prefixes everywhere.
Change-Id: I4009bc3ab4b1d4c80412f75ad0e4628a382f99f0
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/source/helper/unowrapper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/source/helper/unowrapper.cxx b/toolkit/source/helper/unowrapper.cxx index 60cc8d1658c3..efe55e5bbffc 100644 --- a/toolkit/source/helper/unowrapper.cxx +++ b/toolkit/source/helper/unowrapper.cxx @@ -234,7 +234,7 @@ void UnoWrapper::WindowDestroyed( Window* pWindow ) pChild = pNextChild; } - // ::com::sun::star::chaos::System-Windows suchen... + // System-Windows suchen... Window* pOverlap = pWindow->GetWindow( WINDOW_OVERLAP ); if ( pOverlap ) { |