diff options
Diffstat (limited to 'canvas/source/opengl/ogl_textlayout.cxx')
-rw-r--r-- | canvas/source/opengl/ogl_textlayout.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/canvas/source/opengl/ogl_textlayout.cxx b/canvas/source/opengl/ogl_textlayout.cxx index 4447aef5d828..a87365275436 100644 --- a/canvas/source/opengl/ogl_textlayout.cxx +++ b/canvas/source/opengl/ogl_textlayout.cxx @@ -175,8 +175,6 @@ namespace oglcanvas sal_Int8 SAL_CALL TextLayout::getMainTextDirection( ) { - std::unique_lock aGuard( m_aMutex ); - return mnTextDirection; } @@ -189,8 +187,6 @@ namespace oglcanvas rendering::StringContext SAL_CALL TextLayout::getText( ) { - std::unique_lock aGuard( m_aMutex ); - return maText; } |