summaryrefslogtreecommitdiff
path: root/sd/source/ui/notes/NotesChildWindow.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/notes/NotesChildWindow.cxx')
-rw-r--r--sd/source/ui/notes/NotesChildWindow.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sd/source/ui/notes/NotesChildWindow.cxx b/sd/source/ui/notes/NotesChildWindow.cxx
index abd6a84d88ef..d2ffb4fa1590 100644
--- a/sd/source/ui/notes/NotesChildWindow.cxx
+++ b/sd/source/ui/notes/NotesChildWindow.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -39,10 +39,10 @@
namespace sd { namespace notes {
NotesChildWindow::NotesChildWindow (
- ::Window* _pParent,
- USHORT nId,
- SfxBindings* pBindings,
- SfxChildWinInfo* pInfo)
+ ::Window* _pParent,
+ USHORT nId,
+ SfxBindings* pBindings,
+ SfxChildWinInfo* pInfo)
: SfxChildWindow (_pParent, nId)
{
pWindow = new NotesDockingWindow (pBindings, this, _pParent);