summaryrefslogtreecommitdiff
path: root/sc/inc/viewuno.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-10-02 16:17:29 +0200
committerNoel Grandin <noel@peralex.com>2013-10-04 09:09:45 +0200
commit89c749db5ad927a1283f7d58d842e097902429a8 (patch)
treebf5c43171eca413a67bb3be0baed710c634de74d /sc/inc/viewuno.hxx
parentf49ed16f7b5fac08714f276acbe1d0c80661385b (diff)
convert sc/inc/view*.hxx from String to OUString
Change-Id: I15930932205fc39322a9e88b1739a741781a0e96
Diffstat (limited to 'sc/inc/viewuno.hxx')
-rw-r--r--sc/inc/viewuno.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/viewuno.hxx b/sc/inc/viewuno.hxx
index 1b70ef098738..eddaed3731c7 100644
--- a/sc/inc/viewuno.hxx
+++ b/sc/inc/viewuno.hxx
@@ -226,9 +226,9 @@ public:
sal_Bool MousePressed( const ::com::sun::star::awt::MouseEvent& e ) throw (::com::sun::star::uno::RuntimeException);
sal_Bool MouseReleased( const ::com::sun::star::awt::MouseEvent& e ) throw (::com::sun::star::uno::RuntimeException);
- void RangeSelDone( const String& rText );
- void RangeSelAborted( const String& rText );
- void RangeSelChanged( const String& rText );
+ void RangeSelDone( const OUString& rText );
+ void RangeSelAborted( const OUString& rText );
+ void RangeSelChanged( const OUString& rText );
// XSelectionSupplier
virtual sal_Bool SAL_CALL select( const ::com::sun::star::uno::Any& aSelection )