summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/app.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/appl/app.cxx')
-rw-r--r--sfx2/source/appl/app.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sfx2/source/appl/app.cxx b/sfx2/source/appl/app.cxx
index b97e9b2c1ef1..a82ae7f62281 100644
--- a/sfx2/source/appl/app.cxx
+++ b/sfx2/source/appl/app.cxx
@@ -248,7 +248,6 @@ SfxApplication::~SfxApplication()
}
-
const OUString& SfxApplication::GetLastDir_Impl() const
/* [Description]
@@ -282,7 +281,6 @@ const OUString& SfxApplication::GetLastSaveDirectory() const
}
-
void SfxApplication::SetLastDir_Impl
(
const OUString& rNewDir /* Complete directory path as a string */
@@ -302,14 +300,12 @@ void SfxApplication::SetLastDir_Impl
}
-
void SfxApplication::ResetLastDir()
{
pAppData_Impl->aLastDir.clear();
}
-
SfxDispatcher* SfxApplication::GetDispatcher_Impl()
{
return pAppData_Impl->pViewFrame? pAppData_Impl->pViewFrame->GetDispatcher(): pAppData_Impl->pAppDispat;
@@ -387,7 +383,6 @@ ResMgr* SfxApplication::GetSfxResManager()
}
-
void SfxApplication::SetProgress_Impl
(
SfxProgress *pProgress
@@ -409,21 +404,18 @@ void SfxApplication::SetProgress_Impl
}
-
sal_uInt16 SfxApplication::GetFreeIndex()
{
return pAppData_Impl->aIndexBitSet.GetFreeIndex()+1;
}
-
void SfxApplication::ReleaseIndex(sal_uInt16 i)
{
pAppData_Impl->aIndexBitSet.ReleaseIndex(i-1);
}
-
vcl::Window* SfxApplication::GetTopWindow() const
{
SfxWorkWindow* pWork = GetWorkWindow_Impl( SfxViewFrame::Current() );