Kaydet (Commit) 103f60e5 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

fix pch build

Change-Id: I6bdbdaa667c943abd6c53af14779f5a8c2fb8884
üst dd38578b
......@@ -3993,7 +3993,7 @@ bool FmXFormShell::HasControlFocus() const
try
{
Reference< XFormController > xController( getActiveController() );
Reference< runtime::XFormController > xController( getActiveController() );
Reference< XControl > xCurrentControl;
if ( xController.is() )
xCurrentControl.set( xController->getCurrentControl() );
......
......@@ -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() )
......
......@@ -1311,7 +1311,7 @@ namespace svxform
}
bool NavigatorTree::EditingEntry( SvTreeListEntry* pEntry, Selection& rSelection )
bool NavigatorTree::EditingEntry( SvTreeListEntry* pEntry, ::Selection& rSelection )
{
if (!SvTreeListBox::EditingEntry( pEntry, rSelection ))
return false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment