summaryrefslogtreecommitdiff
path: root/svx/source/form/fmtextcontrolshell.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/form/fmtextcontrolshell.cxx')
-rw-r--r--svx/source/form/fmtextcontrolshell.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/form/fmtextcontrolshell.cxx b/svx/source/form/fmtextcontrolshell.cxx
index a1c5702c858b..080f5cbd07fb 100644
--- a/svx/source/form/fmtextcontrolshell.cxx
+++ b/svx/source/form/fmtextcontrolshell.cxx
@@ -482,9 +482,9 @@ namespace svx
}
- static Window* lcl_getWindow( const Reference< XControl >& _rxControl )
+ static vcl::Window* lcl_getWindow( const Reference< XControl >& _rxControl )
{
- Window* pWindow = NULL;
+ vcl::Window* pWindow = NULL;
try
{
Reference< XWindowPeer > xControlPeer;
@@ -967,7 +967,7 @@ namespace svx
case SID_PASTE:
{
- Window* pActiveControlVCLWindow = lcl_getWindow( m_xActiveControl );
+ vcl::Window* pActiveControlVCLWindow = lcl_getWindow( m_xActiveControl );
if ( pActiveControlVCLWindow )
{
TransferableDataHelper aDataHelper( TransferableDataHelper::CreateFromSystemClipboard( pActiveControlVCLWindow) );