summaryrefslogtreecommitdiff
path: root/canvas/README
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-21 12:16:45 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-22 09:04:57 +0000
commita60cc5d62a71fd96630739abd3aefaf145e955fd (patch)
treeb169bd4b494dc30b365dd067b1771ab4fbdc087b /canvas/README
parented9d6ef1e647b574f58ba870d71a4291d958c0ad (diff)
com::sun::star->css in canvas
Change-Id: I23c3f774834bb7e84e2f02fe05fa9d844adadc9d Reviewed-on: https://gerrit.libreoffice.org/17259 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'canvas/README')
-rw-r--r--canvas/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/canvas/README b/canvas/README
index 2fb141c48148..b68da4c3bf5c 100644
--- a/canvas/README
+++ b/canvas/README
@@ -14,7 +14,7 @@ not exclusively by the canvas, Armin's drawinglayer module also make
use of it), which resides in basegfx.
The UNO API used by the canvas is primarily under
-com::sun::star::rendering, with com::sun::star::rendering::XCanvas
+css::rendering, with css::rendering::XCanvas
being the central interface.
== The slideshow engine ==