summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-11 12:02:20 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-11 16:58:47 +0200
commit819175e1f04cfeac734fec1fb0f8077f36c953cc (patch)
tree594d1d15987f14cfd7030abf95029f07a2dcefe4
parent8c7e9633d38e343b28a336f990f7fb4e1ffe9a46 (diff)
Remove leftover comments
Change-Id: Iabecc0d240c499ef81d8b85c8d0b37383813b06a
-rw-r--r--framework/source/services/frame.cxx21
1 files changed, 0 insertions, 21 deletions
diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx
index 61983a3519fb..d4642da991fc 100644
--- a/framework/source/services/frame.cxx
+++ b/framework/source/services/frame.cxx
@@ -387,27 +387,6 @@ private:
void impl_setCloser ( const css::uno::Reference< css::frame::XFrame2 >& xFrame , bool bState );
void impl_disposeContainerWindow ( css::uno::Reference< css::awt::XWindow >& xWindow );
-// debug methods
-// (should be private everyway!)
-
- /*-****************************************************************************************************
- @short debug-method to check incoming parameter of some other mehods of this class
- @descr The following methods are used to check parameters for other methods
- of this class. The return value is used directly for an ASSERT(...).
-
- @attention This methods are static and can't use our member directly! It's better for threadsafe code...
- because we call it with references or pointer to check variables ... and must make it safe
- by himself!
-
- @seealso ASSERTs in implementation!
-
- @param references to checking variables
- @return sal_True ,on invalid parameter
- @return sal_False ,otherwise
-
- @onerror We return sal_True
- *//*-*****************************************************************************************************/
-
void checkDisposed() {
osl::MutexGuard g(rBHelper.rMutex);
if (rBHelper.bInDispose || rBHelper.bDisposed) {