summaryrefslogtreecommitdiff
path: root/sw/source/uibase/wrtsh/move.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/wrtsh/move.cxx')
-rw-r--r--sw/source/uibase/wrtsh/move.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sw/source/uibase/wrtsh/move.cxx b/sw/source/uibase/wrtsh/move.cxx
index 76f4baedaba5..14070c71ef8e 100644
--- a/sw/source/uibase/wrtsh/move.cxx
+++ b/sw/source/uibase/wrtsh/move.cxx
@@ -39,6 +39,8 @@
const long nReadOnlyScrollOfst = 10;
+namespace {
+
class ShellMoveCursor
{
SwWrtShell* pSh;
@@ -63,6 +65,8 @@ public:
}
};
+}
+
void SwWrtShell::MoveCursor( bool bWithSelect )
{
ResetCursorStack();