diff options
Diffstat (limited to 'sd/source/ui/view/tabcontr.cxx')
-rw-r--r-- | sd/source/ui/view/tabcontr.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/tabcontr.cxx b/sd/source/ui/view/tabcontr.cxx index 950cc7da480e..194d065e6eb3 100644 --- a/sd/source/ui/view/tabcontr.cxx +++ b/sd/source/ui/view/tabcontr.cxx @@ -50,7 +50,7 @@ TabControl::TabControlTransferable::~TabControlTransferable() void TabControl::TabControlTransferable::AddSupportedFormats() { - AddFormat( SOT_FORMATSTR_ID_STARDRAW_TABBAR ); + AddFormat( SotClipboardFormatId::STARDRAW_TABBAR ); } bool TabControl::TabControlTransferable::GetData( const css::datatransfer::DataFlavor& /*rFlavor*/, const OUString& /*rDestDoc*/ ) |