summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/olesh.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/olesh.hxx')
-rw-r--r--sw/source/uibase/inc/olesh.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/olesh.hxx b/sw/source/uibase/inc/olesh.hxx
index 30979029ed16..4f21b2a0396a 100644
--- a/sw/source/uibase/inc/olesh.hxx
+++ b/sw/source/uibase/inc/olesh.hxx
@@ -21,7 +21,7 @@
#include "frmsh.hxx"
-class SwOleShell: public SwFrameShell
+class SwOleShell : public SwFrameShell
{
public:
SFX_DECL_INTERFACE(SW_OLESHELL)
@@ -31,7 +31,7 @@ private:
static void InitInterface_Impl();
public:
- SwOleShell(SwView &rView);
+ SwOleShell(SwView& rView);
};
#endif