summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/appuno.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-19 16:05:35 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-19 16:05:35 +0100
commitb0339005b820149f86e691f88f0540c07a306d69 (patch)
tree6c1e83563c7c937dbe1b49982c1a877f20877b4b /sfx2/source/appl/appuno.cxx
parent24346dc6630471da65a2c19d767cb9deed73405a (diff)
loplugin:sallogareas
Change-Id: I2220ab194384fb397716bf3227d38716ba54f537
Diffstat (limited to 'sfx2/source/appl/appuno.cxx')
-rw-r--r--sfx2/source/appl/appuno.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/appl/appuno.cxx b/sfx2/source/appl/appuno.cxx
index eb4264a07512..42f4b5434701 100644
--- a/sfx2/source/appl/appuno.cxx
+++ b/sfx2/source/appl/appuno.cxx
@@ -247,7 +247,7 @@ void TransformParameters( sal_uInt16 nSlotId, const uno::Sequence<beans::Propert
{
OStringBuffer aStr("MacroPlayer: wrong number of parameters for slot: ");
aStr.append(static_cast<sal_Int32>(nSlotId));
- SAL_INFO("sfx2.appl", aStr.getStr());
+ SAL_INFO("sfx.appl", aStr.getStr());
}
#endif
// complex property; collect sub items from the parameter set and reconstruct complex item
@@ -906,7 +906,7 @@ void TransformParameters( sal_uInt16 nSlotId, const uno::Sequence<beans::Propert
// except for the "special" slots: assure that every argument was convertible
OStringBuffer aStr("MacroPlayer: Some properties didn't match to any formal argument for slot: ");
aStr.append(pSlot->pUnoName);
- SAL_INFO( "sfx2.appl", aStr.getStr() );
+ SAL_INFO( "sfx.appl", aStr.getStr() );
}
#endif
}