summaryrefslogtreecommitdiff
path: root/automation/source/server/statemnt.cxx
diff options
context:
space:
mode:
authorPhilipp Lohmann [pl] <Philipp.Lohmann@Sun.COM>2010-06-04 19:27:35 +0200
committerPhilipp Lohmann [pl] <Philipp.Lohmann@Sun.COM>2010-06-04 19:27:35 +0200
commit00b95402e79f521a027375efc47409096a7766dc (patch)
tree4396ab4a601d8abfc427f653347ed158cfd6053d /automation/source/server/statemnt.cxx
parent383957c96aac78301a126746c14c631314ee6329 (diff)
fix warnings
Diffstat (limited to 'automation/source/server/statemnt.cxx')
-rw-r--r--automation/source/server/statemnt.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/automation/source/server/statemnt.cxx b/automation/source/server/statemnt.cxx
index f4a2ed5ddd4b..98d9bd31d0e0 100644
--- a/automation/source/server/statemnt.cxx
+++ b/automation/source/server/statemnt.cxx
@@ -327,6 +327,7 @@ static short ImpGetRType( Window *pWin, rtl::OString aUId )
}
#else
short nRT = 0;
+ (void)aUId;
#endif
#ifdef DBG_UTIL