summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/taskpane/ILayoutableWindow.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/taskpane/ILayoutableWindow.hxx')
-rw-r--r--sd/source/ui/inc/taskpane/ILayoutableWindow.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sd/source/ui/inc/taskpane/ILayoutableWindow.hxx b/sd/source/ui/inc/taskpane/ILayoutableWindow.hxx
index 1788557196ce..7f0c9c5f65d7 100644
--- a/sd/source/ui/inc/taskpane/ILayoutableWindow.hxx
+++ b/sd/source/ui/inc/taskpane/ILayoutableWindow.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -49,7 +49,7 @@ public:
/** This interface has to be implemented by windows that want to be
- layouted by a SubToolPanel or ScrollablePanel object.
+ layouted by a SubToolPanel or ScrollablePanel object.
*/
class ILayoutableWindow
{
@@ -80,10 +80,10 @@ public:
/** Return wether the window is generally resizable. When used by
a VerticalLayouter then the width will always be resized and
the return value of this method determines whether the height
- may be modified as well.
+ may be modified as well.
*/
virtual bool IsResizable (void) = 0;
-
+
/** Return the window so that its size and position can be set.
@return
Returns the window which is layouted or NULL to indicate
@@ -93,7 +93,7 @@ public:
/** Return the minimal width of the window.
*/
- virtual sal_Int32 GetMinimumWidth (void) = 0;
+ virtual sal_Int32 GetMinimumWidth (void) = 0;
};