diff options
author | Ocke Janssen [oj] <Ocke.Janssen@oracle.com> | 2011-01-13 14:31:54 +0100 |
---|---|---|
committer | Ocke Janssen [oj] <Ocke.Janssen@oracle.com> | 2011-01-13 14:31:54 +0100 |
commit | c61e2a722864969fb5835df68c86c993934ad431 (patch) | |
tree | 052905fa50ce5ad681e77c9b9d6574315e5e5027 | |
parent | ea51944d952612269d8a5ceb3dad9e019e81e4a5 (diff) |
dba34c: compile error
-rw-r--r-- | svx/source/form/fmpgeimp.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/svx/source/form/fmpgeimp.cxx b/svx/source/form/fmpgeimp.cxx index 9aeae3856ff6..a0d2f5a3c47a 100644 --- a/svx/source/form/fmpgeimp.cxx +++ b/svx/source/form/fmpgeimp.cxx @@ -282,9 +282,7 @@ namespace OSL_ENSURE( !i_ignoreNonExistence || ( aOldAssignment == makeAny( Reference< XControlShape >( const_cast< FmFormObj& >( _object ).getUnoShape(), UNO_QUERY ) ) ), "lcl_removeFormObject: map was inconsistent!" ); - #if OSL_DEBUG_LEVEL > 0 (void)i_ignoreNonExistence; - #endif } } |