summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/TableCopyHelper.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-04-24 15:29:31 +0200
committerNoel Grandin <noel@peralex.com>2015-05-05 09:30:39 +0200
commitadd1351e5974a74e76f9095af1bc9c80ab543cf2 (patch)
tree043aea9eed1fd011ae75d9b6b528c1f9a419b3a6 /dbaccess/source/ui/inc/TableCopyHelper.hxx
parentf304a7a14a4af4d3f46eab18d5494194028e61ef (diff)
loplugin:staticmethods
Change-Id: Ie6867e04156f40cacee275d5bbf3d63ac4965b30
Diffstat (limited to 'dbaccess/source/ui/inc/TableCopyHelper.hxx')
-rw-r--r--dbaccess/source/ui/inc/TableCopyHelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/inc/TableCopyHelper.hxx b/dbaccess/source/ui/inc/TableCopyHelper.hxx
index 512132e7f68a..d2b1df6023d6 100644
--- a/dbaccess/source/ui/inc/TableCopyHelper.hxx
+++ b/dbaccess/source/ui/inc/TableCopyHelper.hxx
@@ -154,7 +154,7 @@ namespace dbaui
const SharedConnection& _xConnection);
/// returns <TRUE/> if the clipboard supports a table format, otherwise <FALSE/>.
- bool isTableFormat(const TransferableDataHelper& _rClipboard) const;
+ static bool isTableFormat(const TransferableDataHelper& _rClipboard);
inline void SetTableNameForAppend( const OUString& _rDefaultTableName ) { m_sTableNameForAppend = _rDefaultTableName; }
inline void ResetTableNameForAppend() { SetTableNameForAppend( OUString() ); }