summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/app/AppSwapWindow.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/app/AppSwapWindow.hxx')
-rw-r--r--dbaccess/source/ui/app/AppSwapWindow.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/dbaccess/source/ui/app/AppSwapWindow.hxx b/dbaccess/source/ui/app/AppSwapWindow.hxx
index e0a806677309..1e8dd8849eb8 100644
--- a/dbaccess/source/ui/app/AppSwapWindow.hxx
+++ b/dbaccess/source/ui/app/AppSwapWindow.hxx
@@ -27,7 +27,6 @@
namespace dbaui
{
class OAppBorderWindow;
- //==================================================================
class OApplicationSwapWindow : public Window,
public IClipboardTest
{
@@ -47,7 +46,6 @@ namespace dbaui
// window overloads
virtual void Resize();
-
inline sal_Bool isCutAllowed() { return sal_False; }
inline sal_Bool isCopyAllowed() { return sal_False; }
inline sal_Bool isPasteAllowed() { return sal_False; }
@@ -75,7 +73,6 @@ namespace dbaui
/// return the element of currently select entry
ElementType getElementType() const;
-
/** clears the selection in the icon choice control and calls the handler
*/
void clearSelection();
@@ -89,9 +86,7 @@ namespace dbaui
private:
bool onContainerSelected( ElementType _eType );
};
-// .............................................................
} // namespace dbaui
-// .............................................................
#endif // DBAUI_APPSWAPWINDOW_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */