diff options
author | Alexander Wilms <f.alexander.wilms@gmail.com> | 2014-02-25 17:46:23 +0100 |
---|---|---|
committer | Thorsten Behrens <thb@documentfoundation.org> | 2014-02-25 21:29:36 +0100 |
commit | 8747200c87afa81177f2da8ec9bd46996156c307 (patch) | |
tree | 9ad7e385635be6b63ed46bf33795e5169ee4659b /canvas/source/simplecanvas | |
parent | 8448d136ecc889f9a8fe85d883f0fd0e612c1c4e (diff) |
Remove visual noise from canvas
Change-Id: I0f01a4064ab6d1f55647ecdc1a8710e289e5d96c
Diffstat (limited to 'canvas/source/simplecanvas')
-rw-r--r-- | canvas/source/simplecanvas/simplecanvasimpl.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/canvas/source/simplecanvas/simplecanvasimpl.cxx b/canvas/source/simplecanvas/simplecanvasimpl.cxx index 803de0585d0b..5cf289a172ca 100644 --- a/canvas/source/simplecanvas/simplecanvasimpl.cxx +++ b/canvas/source/simplecanvas/simplecanvasimpl.cxx @@ -172,7 +172,7 @@ namespace tools::initViewState(maViewState); } - /////////////////////////////////////////////////////////////////////////////////////////////// + private: // Ifc XServiceName @@ -362,7 +362,7 @@ namespace return createStrokingRenderState(); } - /////////////////////////////////////////////////////////////////////////////////////////////// + typedef o3tl::LazyUpdate< rendering::FontRequest, |