summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/app/AppController.cxx
diff options
context:
space:
mode:
authorOcke Janssen [oj] <Ocke.Janssen@oracle.com>2011-02-03 12:19:25 +0100
committerOcke Janssen [oj] <Ocke.Janssen@oracle.com>2011-02-03 12:19:25 +0100
commit68c3462b2638fd9c4b6bca818213be797a2cf1f5 (patch)
treeeacdd3a3a5f094a989558b5a13a0d0134409510f /dbaccess/source/ui/app/AppController.cxx
parentAutomated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b (diff)
parentCWS-TOOLING: integrate CWS dba34b (diff)
downloadcore-68c3462b2638fd9c4b6bca818213be797a2cf1f5.tar.gz
core-68c3462b2638fd9c4b6bca818213be797a2cf1f5.zip
merge from master
Diffstat (limited to 'dbaccess/source/ui/app/AppController.cxx')
-rw-r--r--dbaccess/source/ui/app/AppController.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/dbaccess/source/ui/app/AppController.cxx b/dbaccess/source/ui/app/AppController.cxx
index 263214125f59..8559c3249feb 100644
--- a/dbaccess/source/ui/app/AppController.cxx
+++ b/dbaccess/source/ui/app/AppController.cxx
@@ -483,10 +483,6 @@ sal_Bool OApplicationController::Construct(Window* _pParent)
return sal_False;
}
- DBG_ASSERT( getView(), "OApplicationController::Construct: have no view!" );
- if ( getView() )
- getView()->enableSeparator( );
-
// now that we have a view we can create the clipboard listener
m_aSystemClipboard = TransferableDataHelper::CreateFromSystemClipboard( getView() );
m_aSystemClipboard.StartClipboardListening( );