summaryrefslogtreecommitdiff
path: root/tools/source/ref
diff options
context:
space:
mode:
authorPhilipp Riemer <ruderphilipp@gmail.com>2012-08-19 21:19:29 +0200
committerPhilipp Riemer <ruderphilipp@gmail.com>2012-08-19 21:27:00 +0200
commit17d4bb38fad453cc56a93f8cb9f389ed6ee03af8 (patch)
treedd496d11ae639cbde7dcf1704c7ebbdf7ec380ec /tools/source/ref
parent9cadf9bdf3c9210d9b79eaaed32282d6b7bf9e12 (diff)
cleanup files in tools/source
This is a follow-up patch of 7710faa45640d25a83136a35044aafdb1b168d88. Change-Id: I1f54cbe5c3170e9a79e11e9b9c1da3791419a4ba
Diffstat (limited to 'tools/source/ref')
-rw-r--r--tools/source/ref/errinf.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/source/ref/errinf.cxx b/tools/source/ref/errinf.cxx
index 48087a7186f2..7126c06751a2 100644
--- a/tools/source/ref/errinf.cxx
+++ b/tools/source/ref/errinf.cxx
@@ -156,13 +156,11 @@ ErrorInfo* EDcr_Impl::GetDynamicErrorInfo(sal_uIntPtr lId)
return new ErrorInfo(lId & ~ERRCODE_DYNAMIC_MASK);
}
-
sal_uInt16 DynamicErrorInfo::GetDialogMask() const
{
return pImpl->nMask;
}
-
StringErrorInfo::StringErrorInfo(
sal_uIntPtr UserId, const String& aStringP, sal_uInt16 nFlags)
: DynamicErrorInfo(UserId, nFlags), aString(aStringP)