From 819175e1f04cfeac734fec1fb0f8077f36c953cc Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 11 Apr 2016 12:02:20 +0200 Subject: Remove leftover comments Change-Id: Iabecc0d240c499ef81d8b85c8d0b37383813b06a --- framework/source/services/frame.cxx | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'framework') 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) { -- cgit