summaryrefslogtreecommitdiff
path: root/sw/source/ui/uno
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
commitf5bd3d3ff927d42f591b6e5a10d9e2cece1bad12 (patch)
treefdc216a3c7df7b524775b09a7a420389d624194b /sw/source/ui/uno
parent03d454a0ec539a7f07106500681208e939bbc386 (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 'sw/source/ui/uno')
-rw-r--r--sw/source/ui/uno/unomailmerge.cxx4
-rw-r--r--sw/source/ui/uno/unomod.cxx4
-rw-r--r--sw/source/ui/uno/unotxdoc.cxx12
-rw-r--r--sw/source/ui/uno/unotxvw.cxx12
4 files changed, 16 insertions, 16 deletions
diff --git a/sw/source/ui/uno/unomailmerge.cxx b/sw/source/ui/uno/unomailmerge.cxx
index 09ced94e2bb3..54da1ede78a8 100644
--- a/sw/source/ui/uno/unomailmerge.cxx
+++ b/sw/source/ui/uno/unomailmerge.cxx
@@ -454,7 +454,7 @@ SwXMailMerge::~SwXMailMerge()
//! because there is no automatism that will do that later.
//! #120086#
if ( eVetoed == CloseModelAndDocSh( xModel, xDocSh ) )
- DBG_WARNING( "owner ship transfered to vetoing object!" )
+ DBG_WARNING( "owner ship transfered to vetoing object!" );
xModel = 0;
xDocSh = 0; // destroy doc shell
@@ -645,7 +645,7 @@ uno::Any SAL_CALL SwXMailMerge::execute(
{
if (!aCurDataSourceName.getLength() || !aCurDataCommand.getLength() )
{
- DBG_ERROR("PropertyValues missing or unset")
+ DBG_ERROR("PropertyValues missing or unset");
throw IllegalArgumentException( OUString ( RTL_CONSTASCII_USTRINGPARAM ( "Either the ResultSet or DataSourceName and DataCommand must be set." ) ), static_cast < cppu::OWeakObject * > ( this ), 0 );
}
diff --git a/sw/source/ui/uno/unomod.cxx b/sw/source/ui/uno/unomod.cxx
index 13df17c830de..5338679e6a16 100644
--- a/sw/source/ui/uno/unomod.cxx
+++ b/sw/source/ui/uno/unomod.cxx
@@ -250,7 +250,7 @@ Reference< XPropertySet > SwXModule::getViewSettings(void) throw( uno::RuntimeE
if(!pxViewSettings)
{
((SwXModule*)this)->pxViewSettings = new Reference< XPropertySet > ;
- DBG_ERROR("Web oder Text?")
+ DBG_ERROR("Web oder Text?");
*pxViewSettings = static_cast < HelperBaseNoState * > ( new SwXViewSettings( sal_False, 0 ) );
}
return *pxViewSettings;
@@ -264,7 +264,7 @@ Reference< XPropertySet > SwXModule::getPrintSettings(void) throw( uno::Runtime
if(!pxPrintSettings)
{
((SwXModule*)this)->pxPrintSettings = new Reference< XPropertySet > ;
- DBG_ERROR("Web oder Text?")
+ DBG_ERROR("Web oder Text?");
*pxPrintSettings = static_cast < HelperBaseNoState * > ( new SwXPrintSettings ( PRINT_SETTINGS_MODULE ) );
}
return *pxPrintSettings;
diff --git a/sw/source/ui/uno/unotxdoc.cxx b/sw/source/ui/uno/unotxdoc.cxx
index 62c91dbb6774..8f1f015936f1 100644
--- a/sw/source/ui/uno/unotxdoc.cxx
+++ b/sw/source/ui/uno/unotxdoc.cxx
@@ -2282,7 +2282,7 @@ void SwXTextDocument::addPropertyChangeListener(const OUString& /*PropertyName*/
const Reference< XPropertyChangeListener > & /*aListener*/)
throw( UnknownPropertyException, WrappedTargetException, RuntimeException )
{
- DBG_WARNING("not implemented")
+ DBG_WARNING("not implemented");
}
/*-- 10.05.99 13:58:59---------------------------------------------------
@@ -2291,7 +2291,7 @@ void SwXTextDocument::removePropertyChangeListener(const OUString& /*PropertyNam
const Reference< XPropertyChangeListener > & /*aListener*/)
throw( UnknownPropertyException, WrappedTargetException, RuntimeException )
{
- DBG_WARNING("not implemented")
+ DBG_WARNING("not implemented");
}
/*-- 10.05.99 13:59:00---------------------------------------------------
@@ -2300,7 +2300,7 @@ void SwXTextDocument::addVetoableChangeListener(const OUString& /*PropertyName*/
const Reference< XVetoableChangeListener > & /*aListener*/)
throw( UnknownPropertyException, WrappedTargetException, RuntimeException )
{
- DBG_WARNING("not implemented")
+ DBG_WARNING("not implemented");
}
/*-- 10.05.99 13:59:00---------------------------------------------------
@@ -2309,7 +2309,7 @@ void SwXTextDocument::removeVetoableChangeListener(const OUString& /*PropertyNam
const Reference< XVetoableChangeListener > & /*aListener*/)
throw( UnknownPropertyException, WrappedTargetException, RuntimeException )
{
- DBG_WARNING("not implemented")
+ DBG_WARNING("not implemented");
}
/* -----------------25.10.99 10:42-------------------
@@ -3414,7 +3414,7 @@ sal_Bool SwXLinkNameAccessWrapper::hasElements(void) throw( RuntimeException )
sal_Bool bRet = sal_False;
if(pxDoc)
{
- DBG_ERROR("not implemented")
+ DBG_ERROR("not implemented");
}
else
{
@@ -3730,7 +3730,7 @@ Reference<XInterface> SwXDocumentPropertyHelper::GetDrawTable(short nWhich)
xRet = xDrawDefaults;
break;
#ifdef DBG_UTIL
- default: DBG_ERROR("which table?")
+ default: DBG_ERROR("which table?");
#endif
}
}
diff --git a/sw/source/ui/uno/unotxvw.cxx b/sw/source/ui/uno/unotxvw.cxx
index aa4222ca73da..ec6ba322548e 100644
--- a/sw/source/ui/uno/unotxvw.cxx
+++ b/sw/source/ui/uno/unotxvw.cxx
@@ -1111,7 +1111,7 @@ void SAL_CALL SwXTextView::addPropertyChangeListener(
const uno::Reference< beans::XPropertyChangeListener >& /*rxListener*/ )
throw (beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException)
{
- DBG_WARNING("not implemented")
+ DBG_WARNING("not implemented");
}
@@ -1120,7 +1120,7 @@ void SAL_CALL SwXTextView::removePropertyChangeListener(
const uno::Reference< beans::XPropertyChangeListener >& /*rxListener*/ )
throw (beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException)
{
- DBG_WARNING("not implemented")
+ DBG_WARNING("not implemented");
}
@@ -1129,7 +1129,7 @@ void SAL_CALL SwXTextView::addVetoableChangeListener(
const uno::Reference< beans::XVetoableChangeListener >& /*rxListener*/ )
throw (beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException)
{
- DBG_WARNING("not implemented")
+ DBG_WARNING("not implemented");
}
@@ -1138,7 +1138,7 @@ void SAL_CALL SwXTextView::removeVetoableChangeListener(
const uno::Reference< beans::XVetoableChangeListener >& /*rxListener*/ )
throw (beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException)
{
- DBG_WARNING("not implemented")
+ DBG_WARNING("not implemented");
}
/* -----------------------------06.04.00 11:07--------------------------------
@@ -1221,7 +1221,7 @@ sal_Bool SwXTextViewCursor::IsTextSelection( sal_Bool bAllowTables ) const
sal_Bool SwXTextViewCursor::isVisible(void) throw( uno::RuntimeException )
{
::vos::OGuard aGuard(Application::GetSolarMutex());
- DBG_WARNING("not implemented")
+ DBG_WARNING("not implemented");
return sal_True;
}
/*-- 17.12.98 09:36:25---------------------------------------------------
@@ -1230,7 +1230,7 @@ sal_Bool SwXTextViewCursor::isVisible(void) throw( uno::RuntimeException )
void SwXTextViewCursor::setVisible(sal_Bool /*bVisible*/) throw( uno::RuntimeException )
{
::vos::OGuard aGuard(Application::GetSolarMutex());
- DBG_WARNING("not implemented")
+ DBG_WARNING("not implemented");
}
/*-- 17.12.98 09:36:26---------------------------------------------------