summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/tabcontr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/view/tabcontr.cxx')
-rw-r--r--sd/source/ui/view/tabcontr.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sd/source/ui/view/tabcontr.cxx b/sd/source/ui/view/tabcontr.cxx
index 84f170e862f3..73b0357431ad 100644
--- a/sd/source/ui/view/tabcontr.cxx
+++ b/sd/source/ui/view/tabcontr.cxx
@@ -45,29 +45,29 @@
namespace sd {
-// -----------------------------------------
+
// - SdTabControl::SdPageObjsTransferable -
-// -----------------------------------------
+
TabControl::TabControlTransferable::~TabControlTransferable()
{
}
-// -----------------------------------------------------------------------------
+
void TabControl::TabControlTransferable::AddSupportedFormats()
{
AddFormat( SOT_FORMATSTR_ID_STARDRAW_TABBAR );
}
-// -----------------------------------------------------------------------------
+
sal_Bool TabControl::TabControlTransferable::GetData( const ::com::sun::star::datatransfer::DataFlavor& )
{
return sal_False;
}
-// -----------------------------------------------------------------------------
+
void TabControl::TabControlTransferable::DragFinished( sal_Int8 nDropAction )
{