summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/swselectionlist.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/swselectionlist.hxx')
-rw-r--r--sw/source/core/inc/swselectionlist.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/inc/swselectionlist.hxx b/sw/source/core/inc/swselectionlist.hxx
index a3deb52ce66f..0263d658cccc 100644
--- a/sw/source/core/inc/swselectionlist.hxx
+++ b/sw/source/core/inc/swselectionlist.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
@@ -35,7 +35,7 @@ class SwFrm;
/** This class is used as parameter for creation of a block cursor selection
- This class will be created by a block cursor. Its responsibility is
+ This class will be created by a block cursor. Its responsibility is
to collect a group of selected text portions which are part of a common
context.
Definition of context:
@@ -95,6 +95,6 @@ public:
bool checkContext( const SwFrm* pCheck );
};
-#endif //_SWSELECTIONLIST_HXX
+#endif //_SWSELECTIONLIST_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */