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 bc46692250ec..fae746cd272b 100644
--- a/svx/source/form/fmtextcontrolshell.cxx
+++ b/svx/source/form/fmtextcontrolshell.cxx
@@ -1053,7 +1053,7 @@ namespace svx
}
- void FmTextControlShell::formActivated( const Reference< XFormController >& _rxController )
+ void FmTextControlShell::formActivated( const Reference< runtime::XFormController >& _rxController )
{
#if OSL_DEBUG_LEVEL > 0
OString sTrace( "FmTextControlShell::formActivated: 0x" );
@@ -1081,7 +1081,7 @@ namespace svx
}
- void FmTextControlShell::formDeactivated( const Reference< XFormController >& _rxController )
+ void FmTextControlShell::formDeactivated( const Reference< runtime::XFormController >& _rxController )
{
#if OSL_DEBUG_LEVEL > 0
OString sTrace( "FmTextControlShell::formDeactivated: 0x" );
@@ -1097,7 +1097,7 @@ namespace svx
}
- void FmTextControlShell::startControllerListening( const Reference< XFormController >& _rxController )
+ void FmTextControlShell::startControllerListening( const Reference< runtime::XFormController >& _rxController )
{
OSL_PRECOND( _rxController.is(), "FmTextControlShell::startControllerListening: invalid controller!" );
if ( !_rxController.is() )