Kaydet (Commit) 6c1f2078 authored tarafından Noel Grandin's avatar Noel Grandin

SDR_ANYFORMAT is unused

since
    commit 595f4634
    Date:   Mon Feb 29 13:37:14 2016 +0200
    loplugin:unuseddefaultparam in svx (part1)

Change-Id: I1c951df4fb75418036ca9c42a3c63daec879f3b4
Reviewed-on: https://gerrit.libreoffice.org/46341Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst fbb6ff11
......@@ -70,7 +70,6 @@ enum class SdrAnimationMode
// defines
#define SDR_ANYFORMAT (0xFFFFFFFF)
#define SDR_ANYITEM (0xFFFF)
#define SDRVIEWWIN_NOTFOUND (0xFFFF)
......
......@@ -259,12 +259,6 @@ public:
// bool MouseMove(const MouseEvent& rMEvt, vcl::Window* pWin);
// bool Command(const CommandEvent& rCEvt, vcl::Window* pWin);
//
// Exchange (Clipboard currently without SdrPrivateData):
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// sal_Bool Cut(sal_uIntPtr nFormat=SDR_ANYFORMAT);
// sal_Bool Yank(sal_uIntPtr nFormat=SDR_ANYFORMAT);
// sal_Bool Paste(vcl::Window* pWin=NULL, sal_uIntPtr nFormat=SDR_ANYFORMAT);
//
// SfxItems:
// ~~~~~~~~~
// sal_Bool GetAttributes(SfxItemSet& rTargetSet, sal_Bool bOnlyHardAttr=sal_False) const;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment