diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-11-15 17:03:54 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-11-18 14:08:06 +0000 |
commit | 0ee16bf9c30c1ed98024f12bb1bea173d62a9eb8 (patch) | |
tree | 88d7574f6647ebfeb378081b7e465e2db88271dc /sd | |
parent | 9c45345a680f7444df251f9403c7d56572380f21 (diff) |
sad little semi-colon dangling in space
Change-Id: I297fb09996c694b920b4ae56e6da2f7a009c9386
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/filter/eppt/epptbase.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/filter/eppt/epptbase.hxx b/sd/source/filter/eppt/epptbase.hxx index 3860ce1bc1d5..e8c4066c43a1 100644 --- a/sd/source/filter/eppt/epptbase.hxx +++ b/sd/source/filter/eppt/epptbase.hxx @@ -166,7 +166,7 @@ struct FontCollectionEntry private : - FontCollectionEntry() {}; + FontCollectionEntry() {} void ImplInit( const OUString& rName ); }; |