summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/gdi/gcach_xpeer.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-02 16:45:44 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-02 16:54:18 +0300
commit50bf123ddbeb457b89636621a99c971834adf3ab (patch)
treeb7782261998ca0b6bece98543e2c66e3c96f4d3c /vcl/unx/generic/gdi/gcach_xpeer.cxx
parentdb1c9e4dadc90c5afe3190776a60cc5dcbbce3ac (diff)
Kill superfluous vertical whitespace
Change-Id: I81ce8fd7022bf283db668705efdfb0666f87bde9
Diffstat (limited to 'vcl/unx/generic/gdi/gcach_xpeer.cxx')
-rw-r--r--vcl/unx/generic/gdi/gcach_xpeer.cxx15
1 files changed, 0 insertions, 15 deletions
diff --git a/vcl/unx/generic/gdi/gcach_xpeer.cxx b/vcl/unx/generic/gdi/gcach_xpeer.cxx
index 51dd9b58ed29..6148912b8652 100644
--- a/vcl/unx/generic/gdi/gcach_xpeer.cxx
+++ b/vcl/unx/generic/gdi/gcach_xpeer.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include "rtl/ustring.hxx"
#include "osl/module.h"
#include "osl/thread.h"
@@ -29,14 +28,10 @@
#include "gcach_xpeer.hxx"
#include "xrender_peer.hxx"
-
-
X11GlyphPeer::X11GlyphPeer()
{
}
-
-
X11GlyphPeer::~X11GlyphPeer()
{
if( !ImplGetSVData() )
@@ -62,15 +57,11 @@ X11GlyphPeer::~X11GlyphPeer()
}
}
-
-
X11GlyphCache::X11GlyphCache( X11GlyphPeer& rPeer )
: GlyphCache( rPeer )
{
}
-
-
namespace
{
struct GlyphCacheHolder
@@ -111,20 +102,14 @@ X11GlyphCache& X11GlyphCache::GetInstance()
return theGlyphCacheHolder::get().getGlyphCache();
}
-
-
void X11GlyphCache::KillInstance()
{
return theGlyphCacheHolder::get().release();
}
-
-
void X11SalGraphics::releaseGlyphPeer()
{
X11GlyphCache::KillInstance();
}
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */