summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/queryorder.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-11-21 16:16:52 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-11-21 16:16:52 +0000
commitac75445eaf40291cf13f8548417f602ad3b9106e (patch)
tree7988718f25b8ac24452869247ca089effd36f524 /dbaccess/source/ui/dlg/queryorder.cxx
parentea1efcc945da90982dbfa0b01c96bbbd8b37e4ae (diff)
INTEGRATION: CWS pj65 (1.18.32); FILE MERGED
2006/10/31 14:08:38 pjanik 1.18.32.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.
Diffstat (limited to 'dbaccess/source/ui/dlg/queryorder.cxx')
-rw-r--r--dbaccess/source/ui/dlg/queryorder.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/dlg/queryorder.cxx b/dbaccess/source/ui/dlg/queryorder.cxx
index ac86b7a2763b..a31849354f94 100644
--- a/dbaccess/source/ui/dlg/queryorder.cxx
+++ b/dbaccess/source/ui/dlg/queryorder.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: queryorder.cxx,v $
*
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 07:11:34 $
+ * last change: $Author: vg $ $Date: 2006-11-21 17:16:52 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -158,7 +158,7 @@ DlgOrderCrit::DlgOrderCrit( Window * pParent,
OSL_ENSURE(xColumn.is(),"Column is null!");
if ( xColumn.is() )
{
- sal_Int32 nDataType;
+ sal_Int32 nDataType = 0;
xColumn->getPropertyValue(PROPERTY_TYPE) >>= nDataType;
sal_Int32 eColumnSearch = dbtools::getSearchColumnFlag(m_xConnection,nDataType);
if(eColumnSearch != ColumnSearch::NONE)