callcatcher: remove unused code
This commit is contained in:
parent
4e113aec15
commit
c8484a5ddf
1 changed files with 0 additions and 20 deletions
|
@ -260,8 +260,6 @@ public:
|
|||
// Template name can only be obtained if IsTemplate() is TRUE
|
||||
// erfragt werden
|
||||
sal_Bool IsTemplate() const;
|
||||
String GetTemplateRegion() const;
|
||||
String GetTemplateName() const;
|
||||
String GetTemplateFileName() const;
|
||||
|
||||
sal_uInt16 GetTemplateFlags()const;
|
||||
|
@ -485,24 +483,6 @@ String SfxNewFileDialog_Impl::GetTemplateFileName() const
|
|||
|
||||
//-------------------------------------------------------------------------
|
||||
|
||||
String SfxNewFileDialog_Impl::GetTemplateRegion() const
|
||||
{
|
||||
if(!IsTemplate() || !aTemplates.GetRegionCount())
|
||||
return String();
|
||||
return aRegionLb.GetSelectEntry();
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------------------
|
||||
|
||||
String SfxNewFileDialog_Impl::GetTemplateName() const
|
||||
{
|
||||
if(!IsTemplate() || !aTemplates.GetRegionCount())
|
||||
return String();
|
||||
return aTemplateLb.GetSelectEntry();
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------------------
|
||||
|
||||
void AdjustPosSize_Impl(Window *pWin, short nMoveOffset, short nSizeOffset)
|
||||
{
|
||||
Point aPos(pWin->GetPosPixel());
|
||||
|
|
Loading…
Reference in a new issue