summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-03-01 18:57:17 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-03-02 15:00:30 +0100
commitaaee571ea1954fe157462cda1c36a2b745a9653b (patch)
tree3730f44f3689145b7b33be99f2f1db1dfb5fa9e9 /cui
parent01e217a36956f729c5030f1a78eb100423cc3157 (diff)
Replace one DBG_UTIL with OSL_DEBUG_LEVEL
And remove the other one, as OSL_FAIL is executed only on OSL_DEBUG_LEVEL > 0 (in diagnose.h).
Diffstat (limited to 'cui')
-rw-r--r--cui/source/dialogs/cuigaldlg.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/cui/source/dialogs/cuigaldlg.cxx b/cui/source/dialogs/cuigaldlg.cxx
index 0e67419122ce..bd5240e1e7c4 100644
--- a/cui/source/dialogs/cuigaldlg.cxx
+++ b/cui/source/dialogs/cuigaldlg.cxx
@@ -1057,9 +1057,7 @@ IMPL_LINK( TPGalleryThemeProperties, ClickSearchHdl, void *, EMPTYARG )
}
catch(IllegalArgumentException)
{
-#ifdef DBG_UTIL
OSL_FAIL( "Folder picker failed with illegal arguments" );
-#endif
}
}