summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--extensions/source/bibliography/toolbar.cxx2
-rw-r--r--extensions/source/plugin/base/plmodel.cxx4
2 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/bibliography/toolbar.cxx b/extensions/source/bibliography/toolbar.cxx
index e8d8349b7ea2..3db37dfeb6d1 100644
--- a/extensions/source/bibliography/toolbar.cxx
+++ b/extensions/source/bibliography/toolbar.cxx
@@ -172,7 +172,7 @@ void BibTBEditListener::statusChanged(const frame::FeatureStateEvent& rEvt)throw
pToolBar->EnableQuery(rEvt.IsEnabled);
uno::Any aState=rEvt.State;
- if(aState.getValueType()==::cppu::UnoType<OUString>::get()0))
+ if(aState.getValueType()== ::cppu::UnoType<OUString>::get())
{
OUString aStr = *(OUString*) aState.getValue();
pToolBar->SetQueryString(aStr);
diff --git a/extensions/source/plugin/base/plmodel.cxx b/extensions/source/plugin/base/plmodel.cxx
index 0ed2b518be39..befe3a9db952 100644
--- a/extensions/source/plugin/base/plmodel.cxx
+++ b/extensions/source/plugin/base/plmodel.cxx
@@ -71,12 +71,12 @@ static ::com::sun::star::beans::Property aProps[] =
::com::sun::star::beans::Property(
OUString::createFromAscii( aMime ),
1,
- ::cppu::UnoType<OUString>::get()0),
+ ::cppu::UnoType<OUString>::get(),
::com::sun::star::beans::PropertyAttribute::BOUND ),
::com::sun::star::beans::Property(
OUString::createFromAscii( aCreationURL ),
2,
- ::cppu::UnoType<OUString>::get()0),
+ ::cppu::UnoType<OUString>::get(),
::com::sun::star::beans::PropertyAttribute::BOUND )
};