summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-10-28 12:36:04 +0100
committerMichael Stahl <mstahl@redhat.com>2014-10-29 11:37:47 +0100
commit31ca7f6d71432081764782ce576cec1fd79e703f (patch)
tree0ffa463576aa6ce04c59f785ee36f08d646093bf /svx
parent8efc8f6801a0eba4e496595b9ac5a179e953472c (diff)
tools: remove DBG_ERRORFILE and replace all callers
Change-Id: Ic76ccc49b9291fe82c56974eb6237cd3b85d91c8
Diffstat (limited to 'svx')
-rw-r--r--svx/source/sidebar/paragraph/ParaPropertyPanel.cxx2
-rw-r--r--svx/source/sidebar/possize/PosSizePropertyPanel.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx b/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx
index d90aa6559a03..eb8878fe78ae 100644
--- a/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx
+++ b/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx
@@ -961,7 +961,7 @@ FieldUnit ParaPropertyPanel::GetCurrentUnit( SfxItemState eState, const SfxPoolI
}
else
{
- DBG_ERRORFILE( "GetModuleFieldUnit(): no module found" );
+ SAL_WARN("svx.sidebar", "GetModuleFieldUnit(): no module found");
}
}
}
diff --git a/svx/source/sidebar/possize/PosSizePropertyPanel.cxx b/svx/source/sidebar/possize/PosSizePropertyPanel.cxx
index 1c714e81acb4..6956bf6f2c11 100644
--- a/svx/source/sidebar/possize/PosSizePropertyPanel.cxx
+++ b/svx/source/sidebar/possize/PosSizePropertyPanel.cxx
@@ -1059,7 +1059,7 @@ FieldUnit PosSizePropertyPanel::GetCurrentUnit( SfxItemState eState, const SfxPo
}
else
{
- DBG_ERRORFILE( "GetModuleFieldUnit(): no module found" );
+ SAL_WARN("svx.sidebar", "GetModuleFieldUnit(): no module found");
}
}
}