summaryrefslogtreecommitdiff
path: root/sw/inc/unoredlines.hxx
diff options
context:
space:
mode:
authorAdam Co <rattles2013@gmail.com>2014-01-13 17:58:25 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-01-13 16:40:46 +0000
commit4a68f12691d4fd77652d824ccb4147e8ce643182 (patch)
treec27b37a5013d61441e3548fbbc6fac3f6158953b /sw/inc/unoredlines.hxx
parentdbd42432c7b8f8149080bb13b103b35f2532eee8 (diff)
Renamed 'SwRedline' to 'SwRangeRedline'
This is in preparation to adding more types of 'SwRedlines'. Change-Id: Id61217ed3c4622f7689427ea9f30e364f6bb65d1 Reviewed-on: https://gerrit.libreoffice.org/7410 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sw/inc/unoredlines.hxx')
-rw-r--r--sw/inc/unoredlines.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/unoredlines.hxx b/sw/inc/unoredlines.hxx
index ed2595ae4506..ea2527dace11 100644
--- a/sw/inc/unoredlines.hxx
+++ b/sw/inc/unoredlines.hxx
@@ -23,7 +23,7 @@
#include <unobaseclass.hxx>
#include <com/sun/star/container/XEnumerationAccess.hpp>
-class SwRedline;
+class SwRangeRedline;
namespace com{ namespace sun{ namespace star{
namespace beans{
class XPropertySet;
@@ -62,7 +62,7 @@ public:
virtual sal_Bool SAL_CALL supportsService(const OUString& ServiceName) throw( ::com::sun::star::uno::RuntimeException );
virtual ::com::sun::star::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames(void) throw( ::com::sun::star::uno::RuntimeException );
- static ::com::sun::star::beans::XPropertySet* GetObject( SwRedline& rRedline, SwDoc& rDoc );
+ static ::com::sun::star::beans::XPropertySet* GetObject( SwRangeRedline& rRedline, SwDoc& rDoc );
};
class SwXRedlineEnumeration