summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/filtergrouping.cxx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-07-08 18:44:42 +0200
committerMichael Stahl <mstahl@redhat.com>2013-07-08 18:47:25 +0200
commitd38cb53e3bcf3fd95a75e03b01c3b7a209d07b46 (patch)
tree9680b59e62e70a66f4763482dc6b6b6e2dae0932 /sfx2/source/dialog/filtergrouping.cxx
parent969bc572441ef8fd43cd7d350a533ffd715b74d3 (diff)
rename sfx2 log area to sfx
not like there never was a sfx1 anyway... perhaps we should rename the whole module... Change-Id: I50c7302f84f15a1d778eca19507694a3bd070b22
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 5cae6dfa6740..eef5bed1bf05 100644
--- a/sfx2/source/dialog/filtergrouping.cxx
+++ b/sfx2/source/dialog/filtergrouping.cxx
@@ -935,7 +935,7 @@ namespace sfx2
}
catch( const IllegalArgumentException& )
{
- SAL_WARN( "sfx2.dialog", "Could not append DefaultFilter" << sUIName );
+ SAL_WARN( "sfx.dialog", "Could not append DefaultFilter" << sUIName );
}
for ( const SfxFilter* pFilter = _rFilterMatcher.First(); pFilter; pFilter = _rFilterMatcher.Next() )
@@ -955,7 +955,7 @@ namespace sfx2
}
catch( const IllegalArgumentException& )
{
- SAL_WARN( "sfx2.dialog", "Could not append Filter" << sUIName );
+ SAL_WARN( "sfx.dialog", "Could not append Filter" << sUIName );
}
}
}
@@ -1104,7 +1104,7 @@ namespace sfx2
}
catch( const IllegalArgumentException& )
{
- SAL_WARN( "sfx2.dialog", "Could not append Filter" << sUIName );
+ SAL_WARN( "sfx.dialog", "Could not append Filter" << sUIName );
}
}
@@ -1122,7 +1122,7 @@ namespace sfx2
}
catch( const IllegalArgumentException& )
{
- SAL_WARN( "sfx2.dialog", "Could not append Filter" << sUIName );
+ SAL_WARN( "sfx.dialog", "Could not append Filter" << sUIName );
}
}
}