summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-09 12:08:32 +0200
committerNoel Grandin <noel@peralex.com>2015-10-12 09:13:33 +0200
commitfcddbf6fa3f8e35d04998e409c997570429fdf46 (patch)
treef8ac1625dbf6f65270aea9a6011723c420de15c1
parentd5434a21110e7d14aa1580fc806c358a20136d62 (diff)
formatting
Change-Id: Id712e25efc6ea99c0979b48e6cbec068864f4c46
-rw-r--r--dbaccess/source/ui/app/AppController.hxx12
1 files changed, 5 insertions, 7 deletions
diff --git a/dbaccess/source/ui/app/AppController.hxx b/dbaccess/source/ui/app/AppController.hxx
index bb3f21ba91ee..483fb386b1b6 100644
--- a/dbaccess/source/ui/app/AppController.hxx
+++ b/dbaccess/source/ui/app/AppController.hxx
@@ -63,13 +63,12 @@ namespace com { namespace sun { namespace star {
namespace dbaui
{
-
class SubComponentManager;
-
- // OApplicationController
class OApplicationController;
class OApplicationView;
class OLinkedDocumentsAccess;
+ class SelectionNotifier;
+
typedef ::cppu::ImplHelper5 < css::container::XContainerListener
, css::beans::XPropertyChangeListener
, css::sdb::application::XDatabaseDocumentUI
@@ -77,7 +76,6 @@ namespace dbaui
, css::view::XSelectionSupplier
> OApplicationController_Base;
- class SelectionNotifier;
class OApplicationController
:public OGenericUnoController
@@ -115,11 +113,11 @@ namespace dbaui
TransferableClipboardListener*
m_pClipbordNotifier; // notifier for changes in the clipboard
ImplSVEvent * m_nAsyncDrop;
- OAsynchronousLink m_aSelectContainerEvent;
+ OAsynchronousLink m_aSelectContainerEvent;
PreviewMode m_ePreviewMode; // the mode of the preview
ElementType m_eCurrentType;
- bool m_bNeedToReconnect; // true when the settings of the data source were modified and the connection is no longer up to date
- bool m_bSuspended; // is true when the controller was already suspended
+ bool m_bNeedToReconnect; // true when the settings of the data source were modified and the connection is no longer up to date
+ bool m_bSuspended; // is true when the controller was already suspended
::std::unique_ptr< SelectionNotifier >
m_pSelectionNotifier;