summaryrefslogtreecommitdiff
path: root/vcl/source/window/window3.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/window/window3.cxx')
-rw-r--r--vcl/source/window/window3.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/vcl/source/window/window3.cxx b/vcl/source/window/window3.cxx
index 88430780f077..6774a022ad4f 100644
--- a/vcl/source/window/window3.cxx
+++ b/vcl/source/window/window3.cxx
@@ -17,28 +17,21 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include "vcl/window.hxx"
#include "vcl/waitobj.hxx"
#include "vcl/button.hxx"
-
-
WaitObject::~WaitObject()
{
if ( mpWindow )
mpWindow->LeaveWait();
}
-
-
Size Window::GetOptimalSize() const
{
return Size();
}
-
-
void Window::ImplAdjustNWFSizes()
{
switch( GetType() )