summaryrefslogtreecommitdiffstats
path: root/bridges/source/cpp_uno/gcc3_linux_hppa/except.cxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 17:44:54 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-03-01 05:21:45 -0600
commit6660b9d2c57e90ecd77de3eb02bcd2a9f4518684 (patch)
treee18d4ab053b21545738ca11e54d1438aec44e8e5 /bridges/source/cpp_uno/gcc3_linux_hppa/except.cxx
parentcallcatcher: update unused code (diff)
downloadcore-6660b9d2c57e90ecd77de3eb02bcd2a9f4518684.tar.gz
core-6660b9d2c57e90ecd77de3eb02bcd2a9f4518684.zip
Remove visual noise from bridges
Change-Id: I53fa23d335ff62795f09f9838d4064cea71aeb65 Reviewed-on: https://gerrit.libreoffice.org/8237 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'bridges/source/cpp_uno/gcc3_linux_hppa/except.cxx')
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_hppa/except.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/bridges/source/cpp_uno/gcc3_linux_hppa/except.cxx b/bridges/source/cpp_uno/gcc3_linux_hppa/except.cxx
index 89b92a64399a..754117dd94d5 100644
--- a/bridges/source/cpp_uno/gcc3_linux_hppa/except.cxx
+++ b/bridges/source/cpp_uno/gcc3_linux_hppa/except.cxx
@@ -51,7 +51,6 @@ namespace CPPU_CURRENT_NAMESPACE
{
}
- //===================================================================
static OUString toUNOname( char const * p ) SAL_THROW(())
{
#if OSL_DEBUG_LEVEL > 1
@@ -89,7 +88,6 @@ namespace CPPU_CURRENT_NAMESPACE
#endif
}
- //=====================================================================
class RTTI
{
typedef boost::unordered_map< OUString, type_info *, OUStringHash > t_rtti_map;
@@ -211,7 +209,6 @@ namespace CPPU_CURRENT_NAMESPACE
}
}
- //==================================================================
void raiseException( uno_Any * pUnoExc, uno_Mapping * pUno2Cpp )
{
#if OSL_DEBUG_LEVEL > 1
@@ -278,7 +275,6 @@ namespace CPPU_CURRENT_NAMESPACE
return header->adjustedPtr;
}
- //===================================================================
void fillUnoException( __cxa_exception * header, uno_Any * pUnoExc, uno_Mapping * pCpp2Uno )
{
if (! header)