summaryrefslogtreecommitdiff
path: root/svx/source
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@sun.com>2009-12-11 13:42:15 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@sun.com>2009-12-11 13:42:15 +0100
commit552d36de5623cbcf9b995da239b4f59ce16eb8a5 (patch)
tree8638414daaade9d42d36a0177eed4d23b7b066d7 /svx/source
parentf613e609218618a64aa6aabccc865e75c5cb568d (diff)
dba33b: fixed some nits picked by the Solaris compiler
Diffstat (limited to 'svx/source')
-rw-r--r--svx/source/form/filtnav.cxx1
-rw-r--r--svx/source/form/formdispatchinterceptor.cxx2
2 files changed, 1 insertions, 2 deletions
diff --git a/svx/source/form/filtnav.cxx b/svx/source/form/filtnav.cxx
index dec2f4c0d5a6..d7d9961f8644 100644
--- a/svx/source/form/filtnav.cxx
+++ b/svx/source/form/filtnav.cxx
@@ -1897,7 +1897,6 @@ void FmFilterNavigator::KeyInput(const KeyEvent& rKEvt)
DeleteSelection();
return;
}
- break;
}
SvTreeListBox::KeyInput(rKEvt);
diff --git a/svx/source/form/formdispatchinterceptor.cxx b/svx/source/form/formdispatchinterceptor.cxx
index 903d27d6e650..2950b1605b0f 100644
--- a/svx/source/form/formdispatchinterceptor.cxx
+++ b/svx/source/form/formdispatchinterceptor.cxx
@@ -64,7 +64,7 @@ namespace svxform
//= DispatchInterceptionMultiplexer
//========================================================================
- DBG_NAME(DispatchInterceptionMultiplexer);
+ DBG_NAME(DispatchInterceptionMultiplexer)
//------------------------------------------------------------------------
DispatchInterceptionMultiplexer::DispatchInterceptionMultiplexer(
const Reference< XDispatchProviderInterception >& _rxToIntercept, DispatchInterceptor* _pMaster )