Kaydet (Commit) 3822976f authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typo

Change-Id: I6f6042e57821e4deeeb41ab4ce14ac355ddf432c
Reviewed-on: https://gerrit.libreoffice.org/72175
Tested-by: Jenkins
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 0a79b18c
...@@ -207,7 +207,7 @@ void OTableWindowListBox::StartDrag( sal_Int8 /*nAction*/, const Point& /*rPosPi ...@@ -207,7 +207,7 @@ void OTableWindowListBox::StartDrag( sal_Int8 /*nAction*/, const Point& /*rPosPi
EndSelection(); EndSelection();
// create a description of the source // create a description of the source
OJoinExchangeData jxdSource(this); OJoinExchangeData jxdSource(this);
// put it into a exchange object // put it into an exchange object
rtl::Reference<OJoinExchObj> pJoin = new OJoinExchObj(jxdSource,bFirstNotAllowed); rtl::Reference<OJoinExchObj> pJoin = new OJoinExchObj(jxdSource,bFirstNotAllowed);
pJoin->StartDrag(this, DND_ACTION_LINK, this); pJoin->StartDrag(this, DND_ACTION_LINK, this);
} }
...@@ -217,7 +217,7 @@ sal_Int8 OTableWindowListBox::AcceptDrop( const AcceptDropEvent& _rEvt ) ...@@ -217,7 +217,7 @@ sal_Int8 OTableWindowListBox::AcceptDrop( const AcceptDropEvent& _rEvt )
{ {
sal_Int8 nDND_Action = DND_ACTION_NONE; sal_Int8 nDND_Action = DND_ACTION_NONE;
// check the format // check the format
if ( !OJoinExchObj::isFormatAvailable(GetDataFlavorExVector(),SotClipboardFormatId::SBA_TABID) // this means that the first entry is to be draged if ( !OJoinExchObj::isFormatAvailable(GetDataFlavorExVector(),SotClipboardFormatId::SBA_TABID) // this means that the first entry is to be dragged
&& OJoinExchObj::isFormatAvailable(GetDataFlavorExVector()) ) && OJoinExchObj::isFormatAvailable(GetDataFlavorExVector()) )
{ // don't drop into the window if it's the drag source itself { // don't drop into the window if it's the drag source itself
......
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