Kaydet (Commit) 3e65c288 authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS supdremove (1.81.80); FILE MERGED

2007/11/16 10:23:20 vg 1.81.80.1: #i83674# cleanup: remove obsolete SUPD macro use
üst 74465bf2
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: sbagrid.cxx,v $ * $RCSfile: sbagrid.cxx,v $
* *
* $Revision: 1.81 $ * $Revision: 1.82 $
* *
* last change: $Author: rt $ $Date: 2007-07-06 08:05:23 $ * last change: $Author: obo $ $Date: 2008-01-07 08:40:22 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -926,11 +926,7 @@ void SbaGridHeader::PostExecuteColumnContextMenu(sal_uInt16 nColId, const PopupM ...@@ -926,11 +926,7 @@ void SbaGridHeader::PostExecuteColumnContextMenu(sal_uInt16 nColId, const PopupM
vClipboardList.push_back(::boost::shared_ptr<OTableRow>(new OTableRow(xField))); vClipboardList.push_back(::boost::shared_ptr<OTableRow>(new OTableRow(xField)));
OTableRowExchange* pData = new OTableRowExchange(vClipboardList); OTableRowExchange* pData = new OTableRowExchange(vClipboardList);
Reference< ::com::sun::star::datatransfer::XTransferable> xRef = pData; Reference< ::com::sun::star::datatransfer::XTransferable> xRef = pData;
#if SUPD<631
pData->CopyToClipboard();
#else
pData->CopyToClipboard(GetParent()); pData->CopyToClipboard(GetParent());
#endif
} }
break; break;
......
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