summaryrefslogtreecommitdiff
path: root/editeng/inc/editeng/unoedhlp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'editeng/inc/editeng/unoedhlp.hxx')
-rw-r--r--editeng/inc/editeng/unoedhlp.hxx28
1 files changed, 14 insertions, 14 deletions
diff --git a/editeng/inc/editeng/unoedhlp.hxx b/editeng/inc/editeng/unoedhlp.hxx
index 1cb92e56bbda..b35254844053 100644
--- a/editeng/inc/editeng/unoedhlp.hxx
+++ b/editeng/inc/editeng/unoedhlp.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
@@ -33,14 +33,14 @@
#include <tools/solar.h>
#include <svtools/textdata.hxx>
#include <svl/hint.hxx>
-#include <tools/gen.hxx>
+#include <tools/gen.hxx>
#include "editeng/editengdllapi.h"
struct EENotify;
class EditEngine;
-#define EDITSOURCE_HINT_PARASMOVED 20
-#define EDITSOURCE_HINT_SELECTIONCHANGED 21
+#define EDITSOURCE_HINT_PARASMOVED 20
+#define EDITSOURCE_HINT_SELECTIONCHANGED 21
/** Extends TextHint by two additional parameters which are necessary
for the EDITSOURCE_HINT_PARASMOVED hint. TextHint's value in this
@@ -50,20 +50,20 @@ class EditEngine;
class EDITENG_DLLPUBLIC SvxEditSourceHint : public TextHint
{
private:
- ULONG mnStart;
- ULONG mnEnd;
+ ULONG mnStart;
+ ULONG mnEnd;
public:
TYPEINFO();
SvxEditSourceHint( ULONG nId );
SvxEditSourceHint( ULONG nId, ULONG nValue, ULONG nStart=0, ULONG nEnd=0 );
- ULONG GetValue() const;
- ULONG GetStartValue() const;
- ULONG GetEndValue() const;
- void SetValue( ULONG n );
- void SetStartValue( ULONG n );
- void SetEndValue( ULONG n );
+ ULONG GetValue() const;
+ ULONG GetStartValue() const;
+ ULONG GetEndValue() const;
+ void SetValue( ULONG n );
+ void SetStartValue( ULONG n );
+ void SetEndValue( ULONG n );
};
/** Helper class for common functionality in edit sources
@@ -85,10 +85,10 @@ public:
Please note that the range returned is half-open: [nStartIndex,nEndIndex)
- @param nStartIndex
+ @param nStartIndex
Herein, the start index of the range of similar attributes is returned
- @param nEndIndex
+ @param nEndIndex
Herein, the end index (exclusive) of the range of similar attributes is returned
@param rEE