summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/textwindowpeer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basctl/source/basicide/textwindowpeer.hxx')
-rw-r--r--basctl/source/basicide/textwindowpeer.hxx13
1 files changed, 6 insertions, 7 deletions
diff --git a/basctl/source/basicide/textwindowpeer.hxx b/basctl/source/basicide/textwindowpeer.hxx
index c5f87048d88f..8be9186f9f43 100644
--- a/basctl/source/basicide/textwindowpeer.hxx
+++ b/basctl/source/basicide/textwindowpeer.hxx
@@ -24,16 +24,15 @@
#include <com/sun/star/uno/Reference.hxx>
-namespace com::sun::star::awt {
- class XWindowPeer;
+namespace com::sun::star::awt
+{
+class XWindowPeer;
}
class TextView;
-namespace basctl {
-
-css::uno::Reference<css::awt::XWindowPeer> createTextWindowPeer(
- TextView & view);
-
+namespace basctl
+{
+css::uno::Reference<css::awt::XWindowPeer> createTextWindowPeer(TextView& view);
}
#endif