summaryrefslogtreecommitdiff
path: root/sw/inc/editsh.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-04-28 11:53:23 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-04-28 13:44:17 +0200
commitff37332a81bf42d0905e957183f2ce76710c3294 (patch)
tree1120968b064b56ca2302a6440275444b8123d6fc /sw/inc/editsh.hxx
parent738844c52eddb4884ac96476d4e7b74e5e58f2c9 (diff)
SwEditShell::Copy return type wants to be bool
Change-Id: Id39077324630cead2584bae48dd8470335f4d1fb
Diffstat (limited to 'sw/inc/editsh.hxx')
-rw-r--r--sw/inc/editsh.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/editsh.hxx b/sw/inc/editsh.hxx
index 5bfea500de7c..6f16adf37099 100644
--- a/sw/inc/editsh.hxx
+++ b/sw/inc/editsh.hxx
@@ -198,7 +198,7 @@ public:
void SetLinkUpdMode( sal_uInt16 nMode );
/// Copy content of all ranges at current position of cursor to given Shell.
- long Copy( SwEditShell* pDestShell = 0 );
+ bool Copy( SwEditShell* pDestShell = 0 );
/** For copying via ClipBoard:
If table is copied into table, move all cursors away from it.