summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/TableRowExchange.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/inc/TableRowExchange.hxx')
-rw-r--r--dbaccess/source/ui/inc/TableRowExchange.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/ui/inc/TableRowExchange.hxx b/dbaccess/source/ui/inc/TableRowExchange.hxx
index ea931d189385..ee86c291cdad 100644
--- a/dbaccess/source/ui/inc/TableRowExchange.hxx
+++ b/dbaccess/source/ui/inc/TableRowExchange.hxx
@@ -28,9 +28,9 @@ namespace dbaui
class OTableRow;
class OTableRowExchange : public TransferableHelper
{
- ::std::vector< std::shared_ptr<OTableRow> > m_vTableRow;
+ std::vector< std::shared_ptr<OTableRow> > m_vTableRow;
public:
- OTableRowExchange(const ::std::vector< std::shared_ptr<OTableRow> >& _rvTableRow);
+ OTableRowExchange(const std::vector< std::shared_ptr<OTableRow> >& _rvTableRow);
protected:
virtual void AddSupportedFormats() override;
virtual bool GetData( const css::datatransfer::DataFlavor& rFlavor, const OUString& rDestDoc ) override;