summaryrefslogtreecommitdiffstats
path: root/drawinglayer/inc
diff options
context:
space:
mode:
authorka <kai.ahrens@oracle.com>2011-03-28 22:51:37 +0200
committerka <kai.ahrens@oracle.com>2011-03-28 22:51:37 +0200
commitc42564a7fdbe8a5e65eff768dca598ee96b8f88e (patch)
tree414f67e4fb2656c66e6067fa6eb2fa40844769a9 /drawinglayer/inc
parentka102: rebased to DEV300_m100 (diff)
parent#i10000# fix for Solaris warnings (diff)
downloadcore-c42564a7fdbe8a5e65eff768dca598ee96b8f88e.tar.gz
core-c42564a7fdbe8a5e65eff768dca598ee96b8f88e.zip
ka102: rebased to DEV300_m104
Diffstat (limited to 'drawinglayer/inc')
-rw-r--r--drawinglayer/inc/drawinglayer/attribute/fontattribute.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/drawinglayer/inc/drawinglayer/attribute/fontattribute.hxx b/drawinglayer/inc/drawinglayer/attribute/fontattribute.hxx
index 6dffd80b332e..da7aedc6f983 100644
--- a/drawinglayer/inc/drawinglayer/attribute/fontattribute.hxx
+++ b/drawinglayer/inc/drawinglayer/attribute/fontattribute.hxx
@@ -65,6 +65,7 @@ namespace drawinglayer
bool bSymbol = false,
bool bVertical = false,
bool bItalic = false,
+ bool bMonospaced = false,
bool bOutline = false,
bool bRTL = false,
bool bBiDiStrong = false);
@@ -89,6 +90,7 @@ namespace drawinglayer
bool getOutline() const;
bool getRTL() const;
bool getBiDiStrong() const;
+ bool getMonospaced() const;
};
} // end of namespace attribute
} // end of namespace drawinglayer