summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/basedlgs.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/dialog/basedlgs.cxx')
-rw-r--r--sfx2/source/dialog/basedlgs.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/sfx2/source/dialog/basedlgs.cxx b/sfx2/source/dialog/basedlgs.cxx
index cd86096f1416..851eb5430938 100644
--- a/sfx2/source/dialog/basedlgs.cxx
+++ b/sfx2/source/dialog/basedlgs.cxx
@@ -102,7 +102,6 @@ void SfxFloatingWindow_Impl::Notify( SfxBroadcaster&, const SfxHint& rHint )
}
-
void SfxModalDialog::SetDialogData_Impl()
{
// save settings (position and user data)
@@ -123,7 +122,6 @@ void SfxModalDialog::SetDialogData_Impl()
}
-
void SfxModalDialog::GetDialogData_Impl()
/* [Description]
@@ -188,7 +186,6 @@ void SfxModalDialog::CreateOutputItemSet( SfxItemPool& rPool )
}
-
void SfxModalDialog::CreateOutputItemSet( const SfxItemSet& rSet )
{
DBG_ASSERT( !pOutputSet, "Double creation of OutputSet!" );
@@ -375,7 +372,6 @@ void SfxModelessDialog::dispose()
}
-
bool SfxModelessDialog::Close()
/* [Description]
@@ -396,7 +392,6 @@ bool SfxModelessDialog::Close()
}
-
void SfxModelessDialog::FillInfo(SfxChildWinInfo& rInfo) const
/* [Description]
@@ -415,7 +410,6 @@ void SfxModelessDialog::FillInfo(SfxChildWinInfo& rInfo) const
}
-
bool SfxFloatingWindow::Notify( NotifyEvent& rEvt )
/* [Description]
@@ -511,7 +505,6 @@ bool SfxFloatingWindow::Close()
}
-
SfxFloatingWindow::~SfxFloatingWindow()
{
disposeOnce();
@@ -603,7 +596,6 @@ void SfxFloatingWindow::Initialize(SfxChildWinInfo *pInfo)
}
-
void SfxFloatingWindow::FillInfo(SfxChildWinInfo& rInfo) const
/* [Description]
@@ -679,7 +671,6 @@ IMPL_LINK_NOARG_TYPED(SfxSingleTabDialog, OKHdl_Impl, Button*, void)
}
-
SfxSingleTabDialog::SfxSingleTabDialog(vcl::Window *pParent, const SfxItemSet& rSet,
const OUString& rID, const OUString& rUIXMLDescription)
: SfxModalDialog(pParent, rID, rUIXMLDescription)