[Libreoffice-commits] core.git: vcl/inc
Chris Sherlock
chris.sherlock79 at gmail.com
Tue Jan 19 11:57:09 PST 2016
vcl/inc/impfont.hxx | 19 ++++++++-----------
1 file changed, 8 insertions(+), 11 deletions(-)
New commits:
commit 005bc2c94f8e075207d5e53c1494e4e66607062a
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date: Wed Jan 20 06:55:12 2016 +1100
vcl: fix comments in impfont.hxx
Change-Id: I7942cf513439f8fe72775846eeb4cf4e6f176ed3
diff --git a/vcl/inc/impfont.hxx b/vcl/inc/impfont.hxx
index aaad50a2..c425ea7 100644
--- a/vcl/inc/impfont.hxx
+++ b/vcl/inc/impfont.hxx
@@ -68,9 +68,9 @@ public:
// device dependent functions
int GetQuality() const { return mnQuality; }
- void SetQuality( int nQuality ) { mnQuality = nQuality; }
- void IncreaseQualityBy( int nQualityAmount ) { mnQuality += nQualityAmount; }
- void DecreaseQualityBy( int nQualityAmount ) { mnQuality -= nQualityAmount; }
+ void SetQuality( int nQuality ) { mnQuality = nQuality; }
+ void IncreaseQualityBy( int nQualityAmount ) { mnQuality += nQualityAmount; }
+ void DecreaseQualityBy( int nQualityAmount ) { mnQuality -= nQualityAmount; }
/* Missing function: OUString GetMapNames() const; */
/* Missing function: bool IsBuiltInFont() const; */
@@ -79,16 +79,13 @@ public:
/* Missing function: bool CanRotate() const; */
/* Missing function: bool HasMapNames() const; */
- /* Missing function: void SetQuality( int nQuality ); */
- /* Missing function: void IncreaseQualityBy( int nQualityAmount ); */
- /* Missing function: void DecreaseQualityBy( int nQualityAmount ); */
/* Missing function: void SetNames( OUString const& ); */
- /* Missing function: Vod AddMapName( OUString const& ); */
+ /* Missing function: void AddMapName( OUString const& ); */
- /* Missing function: SetBuiltInFontFlag( bool ); */
- /* Missing function: SetEmbeddableFlag( bool ); */
- /* Missing function: SetSettableFlag( bool ); */
- /* missing function: SetOrientationFlag( bool ); */
+ /* Missing function: void SetBuiltInFontFlag( bool ); */
+ /* Missing function: void SetEmbeddableFlag( bool ); */
+ /* Missing function: void SetSettableFlag( bool ); */
+ /* missing function: void SetOrientationFlag( bool ); */
bool operator==( const ImplFont& ) const;
More information about the Libreoffice-commits
mailing list