summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/queryorder.cxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-05-16 23:27:08 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-05-16 23:28:22 +0900
commitb2022330c01ae2080f4c2bc01be430b0b6faf9d8 (patch)
tree0e9fc2507b8598b93bc1410688a8c6271a675fbd /dbaccess/source/ui/dlg/queryorder.cxx
parent2dd60383c119d80eff7188ddf003ce9d27ef7519 (diff)
removed unused constant rtl::OUString
Change-Id: I173275e0f8faa852500d108f65636080f79636c6
Diffstat (limited to 'dbaccess/source/ui/dlg/queryorder.cxx')
-rw-r--r--dbaccess/source/ui/dlg/queryorder.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/dbaccess/source/ui/dlg/queryorder.cxx b/dbaccess/source/ui/dlg/queryorder.cxx
index f0b8a7992d54..0f8a89c0f8cf 100644
--- a/dbaccess/source/ui/dlg/queryorder.cxx
+++ b/dbaccess/source/ui/dlg/queryorder.cxx
@@ -270,7 +270,6 @@ void DlgOrderCrit::EnableLines()
::rtl::OUString sRealName;
xColumn->getPropertyValue(PROPERTY_REALNAME) >>= sRealName;
sName = sRealName;
- static ::rtl::OUString sAgg(RTL_CONSTASCII_USTRINGPARAM("AggregateFunction"));
static ::rtl::OUString sFunction(RTL_CONSTASCII_USTRINGPARAM("Function"));
if ( xColumn->getPropertySetInfo()->hasPropertyByName(sFunction) )
xColumn->getPropertyValue(sFunction) >>= bFunction;