summaryrefslogtreecommitdiff
path: root/sc/source/ui/collab/sendfunc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/collab/sendfunc.hxx')
-rw-r--r--sc/source/ui/collab/sendfunc.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/collab/sendfunc.hxx b/sc/source/ui/collab/sendfunc.hxx
index fa2d1fcee4a1..6efeb2562e33 100644
--- a/sc/source/ui/collab/sendfunc.hxx
+++ b/sc/source/ui/collab/sendfunc.hxx
@@ -22,7 +22,7 @@ class ScDocFuncSend : public ScDocFunc
ScCollaboration* mpCollaboration;
friend class ScCollaboration;
- void RecvMessage( const rtl::OString &rString );
+ void RecvMessage( const OString &rString );
void SendMessage( ScChangeOpWriter &rOp );
public:
// FIXME: really ScDocFunc should be an abstract base, so