summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-11-10 15:06:12 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-11-10 15:06:12 +0000
commit57573ad5adbf1a6bb520c1c557684d06211ca7cc (patch)
tree1716c37d6537f74bf47a1b5b42af93bf0a4277b2 /extensions
parent73ca98a73e3a2d184e3328fd17f0b0771e4b7e7f (diff)
CWS-TOOLING: integrate CWS cmcfixes50
2008-11-10 13:31:50 +0100 cmc r263517 : gio doesn't do anything useful for remote stuff wrt info 2008-11-06 00:11:47 +0100 cmc r263359 : #i93436# pile of other 64bit new gcc warnings 2008-11-05 00:39:03 +0100 cmc r263340 : i95856 let a ppc64 vanilla build succeed 2008-11-04 14:00:25 +0100 cmc r263320 : #i93436# useless const 2008-11-04 11:53:10 +0100 cmc r263314 : #i93436# ambiguous 2008-11-04 11:48:05 +0100 cmc r263313 : #i93436# add some braces 2008-11-04 11:29:24 +0100 cmc r263312 : #i93436# ambiguous 2008-11-04 10:53:46 +0100 cmc r263311 :
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/bibliography/bibbeam.cxx2
-rw-r--r--extensions/source/bibliography/datman.cxx12
-rw-r--r--extensions/source/bibliography/framectr.cxx2
-rw-r--r--extensions/source/propctrlr/eventhandler.cxx2
-rw-r--r--extensions/source/propctrlr/fontdialog.cxx2
-rw-r--r--extensions/source/propctrlr/formcomponenthandler.cxx4
-rw-r--r--extensions/source/propctrlr/propcontroller.cxx2
7 files changed, 13 insertions, 13 deletions
diff --git a/extensions/source/bibliography/bibbeam.cxx b/extensions/source/bibliography/bibbeam.cxx
index 53c425a78dd1..77d9858f028d 100644
--- a/extensions/source/bibliography/bibbeam.cxx
+++ b/extensions/source/bibliography/bibbeam.cxx
@@ -171,7 +171,7 @@ namespace bib
aAny >>= aControlName;
m_xControl = Reference< awt::XControl > (xMgr->createInstance( aControlName ), UNO_QUERY );
- DBG_ASSERT( m_xControl.is(), "no GridControl created" )
+ DBG_ASSERT( m_xControl.is(), "no GridControl created" );
if ( m_xControl.is() )
m_xControl->setModel( m_xGridModel );
}
diff --git a/extensions/source/bibliography/datman.cxx b/extensions/source/bibliography/datman.cxx
index 6fef1cb1ee2d..5a901447865f 100644
--- a/extensions/source/bibliography/datman.cxx
+++ b/extensions/source/bibliography/datman.cxx
@@ -136,7 +136,7 @@ Reference< XConnection > getConnection(const ::rtl::OUString& _rURL)
catch(Exception eEx)
{
(void) eEx; // make compiler happy
- DBG_ERROR("Exception caught in ODatabaseContext::getRegisteredObject()")
+ DBG_ERROR("Exception caught in ODatabaseContext::getRegisteredObject()");
}
}
// build the connection from the data source
@@ -189,7 +189,7 @@ Reference< XConnection > getConnection(const Reference< XInterface > & xRowSe
xConn = Reference< XConnection > (*(Reference< XInterface > *)xFormProps->getPropertyValue(C2U("ActiveConnection")).getValue(), UNO_QUERY);
if (!xConn.is())
{
- DBG_WARNING("no active connection")
+ DBG_WARNING("no active connection");
}
}
catch(Exception& e )
@@ -673,7 +673,7 @@ DBChangeDialog_Impl::DBChangeDialog_Impl(Window* pParent, BibDataManager* pMan )
catch(Exception& e )
{
(void) e; // make compiler happy
- DBG_ERROR("Exception in BibDataManager::DBChangeDialog_Impl::DBChangeDialog_Impl")
+ DBG_ERROR("Exception in BibDataManager::DBChangeDialog_Impl::DBChangeDialog_Impl");
}
@@ -925,7 +925,7 @@ void BibDataManager::InsertFields(const Reference< XFormComponent > & _rxGrid)
catch(Exception& e )
{
(void) e; // make compiler happy
- DBG_ERROR("Exception in BibDataManager::InsertFields")
+ DBG_ERROR("Exception in BibDataManager::InsertFields");
}
}
/* --------------------------------------------------
@@ -1669,7 +1669,7 @@ try
catch(Exception& e )
{
(void) e; // make compiler happy
- DBG_ERROR("Exception in BibDataManager::SetMeAsUidListener")
+ DBG_ERROR("Exception in BibDataManager::SetMeAsUidListener");
}
@@ -1715,7 +1715,7 @@ try
catch(Exception& e )
{
(void) e; // make compiler happy
- DBG_ERROR("Exception in BibDataManager::RemoveMeAsUidListener")
+ DBG_ERROR("Exception in BibDataManager::RemoveMeAsUidListener");
}
diff --git a/extensions/source/bibliography/framectr.cxx b/extensions/source/bibliography/framectr.cxx
index 6722761b8ad2..6f9826153fc8 100644
--- a/extensions/source/bibliography/framectr.cxx
+++ b/extensions/source/bibliography/framectr.cxx
@@ -611,7 +611,7 @@ void BibFrameController_Impl::dispatch(const util::URL& _rURL, const uno::Sequen
}
catch(Exception&)
{
- DBG_ERROR("Exception in last() or moveToInsertRow()")
+ DBG_ERROR("Exception in last() or moveToInsertRow()");
}
}
}
diff --git a/extensions/source/propctrlr/eventhandler.cxx b/extensions/source/propctrlr/eventhandler.cxx
index 37606518e275..ad607469937d 100644
--- a/extensions/source/propctrlr/eventhandler.cxx
+++ b/extensions/source/propctrlr/eventhandler.cxx
@@ -781,7 +781,7 @@ namespace pcr
}
catch( const Exception& )
{
- DBG_ERROR( "EventHandler::getSupportedProperties: caught an exception !" )
+ DBG_ERROR( "EventHandler::getSupportedProperties: caught an exception !" );
}
}
diff --git a/extensions/source/propctrlr/fontdialog.cxx b/extensions/source/propctrlr/fontdialog.cxx
index 62426ba6019e..36f8d596ae85 100644
--- a/extensions/source/propctrlr/fontdialog.cxx
+++ b/extensions/source/propctrlr/fontdialog.cxx
@@ -296,7 +296,7 @@ namespace pcr
}
catch (Exception&)
{
- DBG_ERROR("ControlCharacterDialog::translatePropertiesToItems: caught an exception!")
+ DBG_ERROR("ControlCharacterDialog::translatePropertiesToItems: caught an exception!");
}
_pSet->DisableItem(SID_ATTR_CHAR_CJK_FONT);
diff --git a/extensions/source/propctrlr/formcomponenthandler.cxx b/extensions/source/propctrlr/formcomponenthandler.cxx
index 7de2dc0f758d..f634c7bfa05c 100644
--- a/extensions/source/propctrlr/formcomponenthandler.cxx
+++ b/extensions/source/propctrlr/formcomponenthandler.cxx
@@ -2290,7 +2290,7 @@ namespace pcr
}
catch (Exception&)
{
- DBG_ERROR( "FormComponentPropertyHandler::impl_initFieldList_nothrow: caught an exception!" )
+ DBG_ERROR( "FormComponentPropertyHandler::impl_initFieldList_nothrow: caught an exception!" );
}
}
@@ -2404,7 +2404,7 @@ namespace pcr
}
catch (Exception&)
{
- DBG_ERROR("FormComponentPropertyHandler::impl_describeCursorSource_nothrow: caught an exception !")
+ DBG_ERROR("FormComponentPropertyHandler::impl_describeCursorSource_nothrow: caught an exception !");
}
}
diff --git a/extensions/source/propctrlr/propcontroller.cxx b/extensions/source/propctrlr/propcontroller.cxx
index f6b456a2ab04..760004f0d077 100644
--- a/extensions/source/propctrlr/propcontroller.cxx
+++ b/extensions/source/propctrlr/propcontroller.cxx
@@ -1419,7 +1419,7 @@ namespace pcr
}
catch(Exception&)
{
- DBG_ERROR("OPropertyBrowserController::Commit : caught an exception !")
+ DBG_ERROR("OPropertyBrowserController::Commit : caught an exception !");
}
m_sCommittingProperty = ::rtl::OUString();