summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2008-04-22 14:33:12 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2008-04-22 14:33:12 +0000
commit43b44abad65a10de78486c99ed89e67c760d85e0 (patch)
treefaccb282038ff0ea0a6f21fa9842fb83f3dee18c /vcl
parentab0e407dfa01d43c7f1b8af77dfe4479a9402baa (diff)
INTEGRATION: CWS hr50 (1.3.476); FILE MERGED
2008/03/07 10:56:45 hr 1.3.476.1: #i86574#: remove mistaken semicolon in if-statement
Diffstat (limited to 'vcl')
-rw-r--r--vcl/unx/gtk/a11y/atkaction.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/unx/gtk/a11y/atkaction.cxx b/vcl/unx/gtk/a11y/atkaction.cxx
index 1f6faad257bf..66251d721faa 100644
--- a/vcl/unx/gtk/a11y/atkaction.cxx
+++ b/vcl/unx/gtk/a11y/atkaction.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: atkaction.cxx,v $
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
* This file is part of OpenOffice.org.
*
@@ -159,7 +159,7 @@ action_wrapper_get_name (AtkAction *action,
std::pair< const rtl::OUString, const gchar * > aNewVal( aDesc,
g_strdup( OUStringToConstGChar(aDesc) ) );
- if( aNameMap.insert( aNewVal ).second );
+ if( aNameMap.insert( aNewVal ).second )
return aNewVal.second;
}
}