diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-03-17 20:33:00 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-03-18 09:21:59 +0000 |
commit | bf56e080cc092cacc779add9dfc7e7df291eef41 (patch) | |
tree | fbce5302f1d2c47da82fa1d28ebb9806378c4c56 /canvas/source | |
parent | f52cf060efaf499f9b13427141e7e3f0718713e1 (diff) |
OpenOffice.org->LibreOffice
Change-Id: I0ba431b9227b3717b25f99c3ad6da552073bb712
Diffstat (limited to 'canvas/source')
-rw-r--r-- | canvas/source/cairo/cairo_cairo.cxx | 2 | ||||
-rw-r--r-- | canvas/source/cairo/cairo_quartz_cairo.cxx | 2 | ||||
-rw-r--r-- | canvas/source/cairo/cairo_win32_cairo.cxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/canvas/source/cairo/cairo_cairo.cxx b/canvas/source/cairo/cairo_cairo.cxx index cb5eeb951d72..ff78a8d82323 100644 --- a/canvas/source/cairo/cairo_cairo.cxx +++ b/canvas/source/cairo/cairo_cairo.cxx @@ -25,7 +25,7 @@ namespace cairo { /*************************************************************************************** - * Platform independent part of surface backends for OpenOffice.org Cairo Canvas * + * Platform independent part of surface backends for LibreOffice Cairo Canvas * * For the rest of the functions (and the platform-specific derived * * Surface classes), see platform specific cairo_<platform>_cairo.cxx * ****************************************************************************************/ diff --git a/canvas/source/cairo/cairo_quartz_cairo.cxx b/canvas/source/cairo/cairo_quartz_cairo.cxx index b87b993ea532..006bfc7eb8b8 100644 --- a/canvas/source/cairo/cairo_quartz_cairo.cxx +++ b/canvas/source/cairo/cairo_quartz_cairo.cxx @@ -19,7 +19,7 @@ #if defined MACOSX || defined IOS /************************************************************************ - * Mac OS X/Quartz and iOS surface backend for OpenOffice.org Cairo Canvas * + * Mac OS X/Quartz and iOS surface backend for LibreOffice Cairo Canvas * ************************************************************************/ #include <osl/diagnose.h> diff --git a/canvas/source/cairo/cairo_win32_cairo.cxx b/canvas/source/cairo/cairo_win32_cairo.cxx index 6e1cf6f2f6dd..d00cc38627a8 100644 --- a/canvas/source/cairo/cairo_win32_cairo.cxx +++ b/canvas/source/cairo/cairo_win32_cairo.cxx @@ -19,7 +19,7 @@ #ifdef WNT /************************************************************************ - * Win32 surface backend for OpenOffice.org Cairo Canvas * + * Win32 surface backend for LibreOffice Cairo Canvas * ************************************************************************/ #include <osl/diagnose.h> |