From a3db4959b07d2454fba7774f04c7658ae4fba783 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 9 Nov 2015 11:05:53 +0200 Subject: com::sun::star->css in tools/ and ucb/ Change-Id: I695ff721efd63b8ca0dd3c61ba5a4fef2c43cde6 Reviewed-on: https://gerrit.libreoffice.org/19854 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- ucb/source/inc/regexpmap.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'ucb/source/inc') diff --git a/ucb/source/inc/regexpmap.hxx b/ucb/source/inc/regexpmap.hxx index 606423852bf6..33fc1aa49e5a 100644 --- a/ucb/source/inc/regexpmap.hxx +++ b/ucb/source/inc/regexpmap.hxx @@ -434,10 +434,8 @@ public: bool add(OUString const & rKey, Val const & rValue, bool bOverwrite, OUString * pReverse = 0); - // throws com::sun::star::lang::IllegalArgumentException iterator find(OUString const & rKey, OUString * pReverse = 0); - // throws com::sun::star::lang::IllegalArgumentException void erase(iterator const & rPos); -- cgit