diff options
Diffstat (limited to 'sd/source/ui/inc/sdtreelb.hxx')
-rw-r--r-- | sd/source/ui/inc/sdtreelb.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/inc/sdtreelb.hxx b/sd/source/ui/inc/sdtreelb.hxx index 35ff0763d4e8..1d2a5bbdbe73 100644 --- a/sd/source/ui/inc/sdtreelb.hxx +++ b/sd/source/ui/inc/sdtreelb.hxx @@ -84,13 +84,13 @@ public: internally in the navigator for reordering entries. Its lifetime ends with the office application. */ - static sal_uInt32 GetListBoxDropFormatId (void); + static SotClipboardFormatId GetListBoxDropFormatId (void); private: /** Temporary drop flavor id that is used internally in the navigator. */ - static sal_uInt32 mnListBoxDropFormatId; + static SotClipboardFormatId mnListBoxDropFormatId; SdPageObjsTLB& mrParent; INetBookmark maBookmark; |