summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorMarcel Metz <mmetz@adrian-broher.net>2012-01-16 23:21:15 +0100
committerMichael Stahl <mstahl@redhat.com>2012-01-17 23:27:44 +0100
commitd2c8003ecbf239faa5ed455cb3bfcb03e912e3cd (patch)
tree6ee21a2bfa5a60f00070aad44ca9674d53c14a3a /sd
parent2a566b17752869a2760f85bed5bf4f59ab0b8211 (diff)
Replaced SAL_INFO with SAL_WARN were applicable.
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/dlg/sdtreelb.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/dlg/sdtreelb.cxx b/sd/source/ui/dlg/sdtreelb.cxx
index 50e3486ada6e..ed79b244f9ef 100644
--- a/sd/source/ui/dlg/sdtreelb.cxx
+++ b/sd/source/ui/dlg/sdtreelb.cxx
@@ -1096,7 +1096,7 @@ sal_Int8 SdPageObjsTLB::AcceptDrop (const AcceptDropEvent& rEvent)
}
else if( !nDragDropMode )
{
- SAL_INFO( "sc.ui", "SdPageObjsTLB::AcceptDrop(): no target" );
+ SAL_WARN( "sc.ui", "SdPageObjsTLB::AcceptDrop(): no target" );
}
else if (IsDropAllowed(pEntry))
{