summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 02:13:36 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 02:13:36 +0000
commit227fe34fa679654c2f0d7ea8de4626f6669753d3 (patch)
treea4aca980f02f563c2b56454e6357bc5cfec7c242 /dbaccess/source/ui/inc
parent14cb2bf5cc035b86ee2003b73bfc8ad19fe8ec80 (diff)
INTEGRATION: CWS warnings01 (1.4.74); FILE MERGED
2006/03/24 15:36:16 fs 1.4.74.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)
Diffstat (limited to 'dbaccess/source/ui/inc')
-rw-r--r--dbaccess/source/ui/inc/TableCopyHelper.hxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/dbaccess/source/ui/inc/TableCopyHelper.hxx b/dbaccess/source/ui/inc/TableCopyHelper.hxx
index a440f868df24..03c3407aad3c 100644
--- a/dbaccess/source/ui/inc/TableCopyHelper.hxx
+++ b/dbaccess/source/ui/inc/TableCopyHelper.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: TableCopyHelper.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: hr $ $Date: 2005-09-23 12:33:55 $
+ * last change: $Author: hr $ $Date: 2006-06-20 03:13:36 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -84,11 +84,9 @@ namespace dbaui
case SOT_FORMATSTR_ID_HTML_SIMPLE: // HTML data descriptions
case SOT_FORMATSTR_ID_DBACCESS_TABLE: // table descriptor
return (E_TABLE == eEntryType);
- break;
case SOT_FORMATSTR_ID_DBACCESS_QUERY: // query descriptor
case SOT_FORMATSTR_ID_DBACCESS_COMMAND: // SQL command
return ((E_QUERY == eEntryType) || ( !bQueryDrop && E_TABLE == eEntryType));
- break;
}
return false;
}
@@ -110,7 +108,7 @@ namespace dbaui
sal_Bool bHtml;
sal_Bool bError;
- DropDescriptor() : nType(E_TABLE),nAction(DND_ACTION_NONE),pDroppedAt(NULL) { }
+ DropDescriptor() : nType(E_TABLE),pDroppedAt(NULL),nAction(DND_ACTION_NONE) { }
};
OTableCopyHelper(OGenericUnoController* _pControler);