summaryrefslogtreecommitdiff
path: root/svtools/source/misc/ehdl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/misc/ehdl.cxx')
-rw-r--r--svtools/source/misc/ehdl.cxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/svtools/source/misc/ehdl.cxx b/svtools/source/misc/ehdl.cxx
index f98407097ae1..6f805ec303d6 100644
--- a/svtools/source/misc/ehdl.cxx
+++ b/svtools/source/misc/ehdl.cxx
@@ -141,7 +141,6 @@ static sal_uInt16 aWndFunc(
}
-
SfxErrorHandler::SfxErrorHandler(sal_uInt16 nIdP, sal_uLong lStartP, sal_uLong lEndP, ResMgr *pMgrP) :
lStart(lStartP), lEnd(lEndP), nId(nIdP), pMgr(pMgrP), pFreeMgr( nullptr )
@@ -155,14 +154,12 @@ SfxErrorHandler::SfxErrorHandler(sal_uInt16 nIdP, sal_uLong lStartP, sal_uLong l
}
-
SfxErrorHandler::~SfxErrorHandler()
{
delete pFreeMgr;
}
-
bool SfxErrorHandler::CreateString(
const ErrorInfo *pErr, OUString &rStr, sal_uInt16& nFlags) const
@@ -207,7 +204,6 @@ bool SfxErrorHandler::CreateString(
}
-
class ResString: public OUString
/* [Description]
@@ -226,7 +222,6 @@ class ResString: public OUString
};
-
ResString::ResString(ResId & rId):
OUString(rId.SetAutoRelease(false).toString()),
nFlags(0)
@@ -240,7 +235,6 @@ ResString::ResString(ResId & rId):
}
-
struct ErrorResource_Impl : private Resource
/* [Description]
@@ -286,7 +280,6 @@ void SfxErrorHandler::GetClassString(sal_uLong lClassId, OUString &rStr) const
}
-
bool SfxErrorHandler::GetMessageString(
sal_uLong lErrId, OUString &rStr, sal_uInt16 &nFlags) const
@@ -315,7 +308,6 @@ bool SfxErrorHandler::GetMessageString(
}
-
bool SfxErrorHandler::GetErrorString(
sal_uLong lErrId, OUString &rStr, sal_uInt16 &nFlags) const
@@ -363,7 +355,6 @@ bool SfxErrorHandler::GetErrorString(
}
-
SfxErrorContext::SfxErrorContext(
sal_uInt16 nCtxIdP, vcl::Window *pWindow, sal_uInt16 nResIdP, ResMgr *pMgrP)
: ErrorContext(pWindow), nCtxId(nCtxIdP), nResId(nResIdP), pMgr(pMgrP)
@@ -373,7 +364,6 @@ SfxErrorContext::SfxErrorContext(
}
-
SfxErrorContext::SfxErrorContext(
sal_uInt16 nCtxIdP, const OUString &aArg1P, vcl::Window *pWindow,
sal_uInt16 nResIdP, ResMgr *pMgrP)
@@ -385,7 +375,6 @@ SfxErrorContext::SfxErrorContext(
}
-
bool SfxErrorContext::GetString(sal_uLong nErrId, OUString &rStr)
/* [Description]