summaryrefslogtreecommitdiff
path: root/framework/inc/queries.h
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-10-10 13:02:43 +0000
committerOliver Bolte <obo@openoffice.org>2008-10-10 13:02:43 +0000
commita3458db24dc4688fcca14242917ec3bd62a6adcb (patch)
treeb902384544d6fb83961786eae1fdc3554475ce1e /framework/inc/queries.h
parent7f0a1dea69541e73a8a38da7906a65aad63c8902 (diff)
CWS-TOOLING: integrate CWS cmcfixes49
Diffstat (limited to 'framework/inc/queries.h')
-rw-r--r--framework/inc/queries.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/framework/inc/queries.h b/framework/inc/queries.h
index 21aa511d2f26..b37f820eca9e 100644
--- a/framework/inc/queries.h
+++ b/framework/inc/queries.h
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: queries.h,v $
- * $Revision: 1.7 $
+ * $Revision: 1.7.80.1 $
*
* This file is part of OpenOffice.org.
*
@@ -363,19 +363,19 @@ class QueryAnalyzer
// return type of query. User can decide then, which action should be started.
// For faster work we converted query string into corresponding enum value!
//---------------------------------------------------------------------------------------------------------
- EQuery getQueryType() { return m_eQuery; } const
+ EQuery getQueryType() const { return m_eQuery; }
//---------------------------------------------------------------------------------------------------------
// access to additional parameter values
// Methods return default of realy set values!
//---------------------------------------------------------------------------------------------------------
- sal_uInt32 getIFlags () { return m_nIFlags ; } const
- sal_uInt32 getEFlags () { return m_nEFlags ; } const
- ESortProp getSortProp () { return m_eSortProp ; } const
- sal_Bool getDescending () { return m_bDescending ; } const
- sal_Bool getCaseSensitive() { return m_bCaseSensitive; } const
- sal_Bool getUseOrder () { return m_bUseOrder ; } const
- sal_Bool getDefaultFirst () { return m_bDefaultFirst ; } const
+ sal_uInt32 getIFlags () const { return m_nIFlags ; }
+ sal_uInt32 getEFlags () const { return m_nEFlags ; }
+ ESortProp getSortProp () const { return m_eSortProp ; }
+ sal_Bool getDescending () const { return m_bDescending ; }
+ sal_Bool getCaseSensitive() const { return m_bCaseSensitive; }
+ sal_Bool getUseOrder () const { return m_bUseOrder ; }
+ sal_Bool getDefaultFirst () const { return m_bDefaultFirst ; }
//---------------------------------------------------------------------------------------------------------
// this method checks if given string match any supported query.