summaryrefslogtreecommitdiff
path: root/editeng/inc/editeng/outlobj.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'editeng/inc/editeng/outlobj.hxx')
-rw-r--r--editeng/inc/editeng/outlobj.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/editeng/inc/editeng/outlobj.hxx b/editeng/inc/editeng/outlobj.hxx
index 25ecec238d23..c402675bcda1 100644
--- a/editeng/inc/editeng/outlobj.hxx
+++ b/editeng/inc/editeng/outlobj.hxx
@@ -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
@@ -52,8 +52,8 @@ private:
public:
// constructors/destructor
OutlinerParaObject(
- const EditTextObject& rEditTextObject,
- const ParagraphDataVector& rParagraphDataVector = ParagraphDataVector(),
+ const EditTextObject& rEditTextObject,
+ const ParagraphDataVector& rParagraphDataVector = ParagraphDataVector(),
bool bIsEditDoc = true);
OutlinerParaObject(const OutlinerParaObject& rCandidate);
~OutlinerParaObject();