summaryrefslogtreecommitdiff
path: root/sfx2/source/bastyp/fltfnc.cxx
diff options
context:
space:
mode:
authorAlbert Thuswaldner <albert.thuswaldner@gmail.com>2011-03-10 16:47:00 +0530
committerMuthu Subramanian K <sumuthu@novell.com>2011-03-10 16:47:00 +0530
commitb043148959abfef842554690ee029ec686917beb (patch)
treec8b242746026cdb9e030a99b6e9f605dff8ca2a0 /sfx2/source/bastyp/fltfnc.cxx
parent1f20eab7da287875730ecb76815a80fe43f07c50 (diff)
Translations and typo fixes.
Diffstat (limited to 'sfx2/source/bastyp/fltfnc.cxx')
-rw-r--r--sfx2/source/bastyp/fltfnc.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sfx2/source/bastyp/fltfnc.cxx b/sfx2/source/bastyp/fltfnc.cxx
index 4785ca1ed8ee..ec06335b1077 100644
--- a/sfx2/source/bastyp/fltfnc.cxx
+++ b/sfx2/source/bastyp/fltfnc.cxx
@@ -218,7 +218,7 @@ const SfxFilter* SfxFilterContainer::GetDefaultFilter_Impl( const String& rName
const SfxFilter* pFilter = aMatcher.GetFilter4FilterName(sDefaultFilter);
if (
- (pFilter ) &&
+ (pFilter) &&
(pFilter->GetServiceName().CompareIgnoreCaseToAscii( sServiceName ) != COMPARE_EQUAL)
)
{
@@ -370,7 +370,6 @@ sal_uInt32 SfxFilterMatcher::GuessFilterIgnoringContent(
::rtl::OUString sTypeName;
try
{
- //!MBA: nmust, ndont?
sTypeName = xDetection->queryTypeByURL( rMedium.GetURLObject().GetMainURL( INetURLObject::NO_DECODE ) );
}
catch( Exception& )