summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/filtergrouping.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/dialog/filtergrouping.cxx')
-rw-r--r--sfx2/source/dialog/filtergrouping.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sfx2/source/dialog/filtergrouping.cxx b/sfx2/source/dialog/filtergrouping.cxx
index 4eaf796cd113..bf0473255742 100644
--- a/sfx2/source/dialog/filtergrouping.cxx
+++ b/sfx2/source/dialog/filtergrouping.cxx
@@ -977,7 +977,7 @@ namespace sfx2
}
catch( const IllegalArgumentException& )
{
- SAL_INFO( "sfx2", "Could not append DefaultFilter" << sUIName );
+ SAL_WARN( "sfx2.dialog", "Could not append DefaultFilter" << sUIName );
}
for ( const SfxFilter* pFilter = _rFilterMatcher.First(); pFilter; pFilter = _rFilterMatcher.Next() )
@@ -997,7 +997,7 @@ namespace sfx2
}
catch( const IllegalArgumentException& )
{
- SAL_INFO( "sfx2", "Could not append Filter" << sUIName );
+ SAL_WARN( "sfx2.dialog", "Could not append Filter" << sUIName );
}
}
}
@@ -1147,7 +1147,7 @@ namespace sfx2
}
catch( const IllegalArgumentException& )
{
- SAL_INFO( "sfx2", "Could not append Filter" << sUIName );
+ SAL_WARN( "sfx2.dialog", "Could not append Filter" << sUIName );
}
}
@@ -1165,7 +1165,7 @@ namespace sfx2
}
catch( const IllegalArgumentException& )
{
- SAL_INFO( "sfx2", "Could not append Filter" << sUIName );
+ SAL_WARN( "sfx2.dialog", "Could not append Filter" << sUIName );
}
}
}