summaryrefslogtreecommitdiff
path: root/sw/source/ui/app/mainwn.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/app/mainwn.cxx')
-rw-r--r--sw/source/ui/app/mainwn.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sw/source/ui/app/mainwn.cxx b/sw/source/ui/app/mainwn.cxx
index 304862f8da62..98b2e4b623b7 100644
--- a/sw/source/ui/app/mainwn.cxx
+++ b/sw/source/ui/app/mainwn.cxx
@@ -48,7 +48,6 @@ static SwProgress *lcl_SwFindProgress( SwDocShell *pDocShell )
return 0;
}
-
void StartProgress( sal_uInt16 nMessResId, long nStartValue, long nEndValue,
SwDocShell *pDocShell )
{
@@ -79,7 +78,6 @@ void StartProgress( sal_uInt16 nMessResId, long nStartValue, long nEndValue,
}
}
-
void SetProgressState( long nPosition, SwDocShell *pDocShell )
{
if( pProgressContainer && !SW_MOD()->IsEmbeddedLoadSave() )
@@ -90,7 +88,6 @@ void SetProgressState( long nPosition, SwDocShell *pDocShell )
}
}
-
void EndProgress( SwDocShell *pDocShell )
{
if( pProgressContainer && !SW_MOD()->IsEmbeddedLoadSave() )
@@ -121,7 +118,6 @@ void EndProgress( SwDocShell *pDocShell )
}
}
-
void SetProgressText( sal_uInt16 nId, SwDocShell *pDocShell )
{
if( pProgressContainer && !SW_MOD()->IsEmbeddedLoadSave() )
@@ -132,7 +128,6 @@ void SetProgressText( sal_uInt16 nId, SwDocShell *pDocShell )
}
}
-
void RescheduleProgress( SwDocShell *pDocShell )
{
if( pProgressContainer && !SW_MOD()->IsEmbeddedLoadSave() )