summaryrefslogtreecommitdiff
path: root/starmath/inc/edit.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-01-18 11:05:04 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-01-18 11:23:09 +0000
commit9728c9e81b0207fdab231e0bdca62329884ab4bb (patch)
tree2eaa06be34ac62084fec477a42099a972b0a27a0 /starmath/inc/edit.hxx
parentc445eae26bebdc19f5f70455ae8d9262b7b99e92 (diff)
we can pass this by reference instead
Diffstat (limited to 'starmath/inc/edit.hxx')
-rw-r--r--starmath/inc/edit.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/inc/edit.hxx b/starmath/inc/edit.hxx
index e69f752a5363..7525cd8e8586 100644
--- a/starmath/inc/edit.hxx
+++ b/starmath/inc/edit.hxx
@@ -49,7 +49,7 @@ class CommandEvent;
/**************************************************************************/
- void SmGetLeftSelectionPart(const ESelection aSelection,
+ void SmGetLeftSelectionPart(const ESelection &rSelection,
USHORT &nPara, USHORT &nPos);
/**************************************************************************/