summaryrefslogtreecommitdiff
path: root/include/sfx2/bindings.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/bindings.hxx')
-rw-r--r--include/sfx2/bindings.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/include/sfx2/bindings.hxx b/include/sfx2/bindings.hxx
index 5fb236529461..38a81548a9c7 100644
--- a/include/sfx2/bindings.hxx
+++ b/include/sfx2/bindings.hxx
@@ -30,15 +30,15 @@
#include <com/sun/star/frame/XDispatchRecorderSupplier.hpp>
#include <vector>
-//________________________________________________________________________________________________________________
+
// some other includes
-//________________________________________________________________________________________________________________
+
#include <sfx2/viewfrm.hxx>
-//________________________________________________________________________________________________________________
+
// forwards, typedefs, declarations
-//________________________________________________________________________________________________________________
+
class SystemWindow;
class SfxSlot;
@@ -74,7 +74,7 @@ enum SfxPopupAction
SFX_POPUP_SHOW
};
-//====================================================================
+
class SFX2_DLLPUBLIC SfxBindings: public SfxBroadcaster
/* [Description]
@@ -215,7 +215,7 @@ public:
#define DLEAVEREGISTRATIONS() LeaveRegistrations()
#endif
-//--------------------------------------------------------------------
+
inline bool SfxBindings::IsInRegistrations() const
@@ -240,7 +240,7 @@ inline bool SfxBindings::IsInRegistrations() const
return 0 != nRegLevel;
}
-//--------------------------------------------------------------------
+
#endif